Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 200 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 200 Bytes

numbJson

this is a jsonUtil library that can transfer any java Object to json string efficiently

It is very simple to use, what you have to do is like this: JsonUtil.toJson(your own java object);