Skip to content

alchal17/Jsonable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jsonable

Usage:

Person person = new Person(20, "Sasha"); Jsonable jsonable = new Jsonable(); String result = jsonable.valueToJsonString(person); OR String result = jsonable.valueToJsonString(new Integer[]{1, 2, 3, 4, 123141});

valueToJsonString can take anything except arrays of primitive types. Use arrays of wrapper classes instead.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages