Skip to content

Commit 02efd54

Browse files
committed
Added json-io in Serializers
1 parent abb54f8 commit 02efd54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ A curated list of awesome Java frameworks, libraries and software.
379379
* [Genson](http://owlike.github.io/genson/) - Powerful and easy to use Java to JSON conversion library.
380380
* [Gson](https://github.com/google/gson) - Serializes objects to JSON and vice versa. Good performance with on-the-fly usage.
381381
* [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often.
382+
* [JSON-io](https://github.com/jdereg/json-io) - Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.
382383
* [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outpeforms GSON & Jackson's library.
383384

384385
## JSON Processing

0 commit comments

Comments
 (0)