Json Serializer

Dynamically specify fields of object to convert to json string.

License

License

The MIT License
Categories

Categories

JSON Data
GroupId

GroupId

com.github.dayan888
ArtifactId

ArtifactId

json-serializer
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Json Serializer
Dynamically specify fields of object to convert to json string.
Project URL

Project URL

https://github.com/dayan888/json-serializer
Source Code Management

Source Code Management

https://github.com/dayan888/json-serializer

Download json-serializer

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/ -->
<dependency>
    <groupId>com.github.dayan888</groupId>
    <artifactId>json-serializer</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/
implementation 'com.github.dayan888:json-serializer:0.5'
// https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/
implementation ("com.github.dayan888:json-serializer:0.5")
'com.github.dayan888:json-serializer:jar:0.5'
<dependency org="com.github.dayan888" name="json-serializer" rev="0.5">
  <artifact name="json-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dayan888', module='json-serializer', version='0.5')
)
libraryDependencies += "com.github.dayan888" % "json-serializer" % "0.5"
[com.github.dayan888/json-serializer "0.5"]

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.8
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.5
0.4
0.3