Skip to content

ninhthuanntnt/AnnotationJSONHelperExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotation and JSONHelper for converting JSON to Object

JSONHelper

  • stringify(Object obj): Convert Object to JSON
  • parse(String json, Class<?> soureClass) : Convert JSON to Object

Annotations

@JsonSerializable : Class level

@JsonProperty : Field level

  • name: Custom a name for the following field

Download library AnnotationJSONHelperExample_jar.jar here

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages