Skip to content

tomahim/json-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-utils

Json utility java classes for Json-binding.

Experimental work, no stable realease yet.

Possible improvements
  • Unit test and better handle of deep field selection with Collections. Four cases :

    • "list.name" : it should return an array like ["Toto", "Tata", "Another name"]
    • "list" : it should return the entire array
    • "list[id, name]" : it should return an array like [{id : 1, name : "Toto"}, {id : 2, name : "Tata"}]
  • Be sure to keep initial primary type of value when converting to Json

Usefull resources

Maven

http://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/ http://www.eclemma.org/jacoco/trunk/doc/maven.html

Code coverage

http://www.eclemma.org/

About

Json java classes for Json-binding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages