json
json copied to clipboard
Simple and convenient Json in Java
Results
3
json issues
Sort by
recently updated
recently updated
newest added
For simple use cases where you make a REST API call and get json back. ``` Json status = Json.fromUrl("https://status.github.com/api/status.json"); ```
Serialize java objects to Json. Potentially using Jackson's Afterburner module
Atm, json arrays can be used as Lists.