HikariJSON alternatives and similar libraries
Based on the "JSON" category.
Alternatively, view HikariJSON alternatives based on common mentions on social networks and blogs.
-
Gson
A Java serialization/deserialization library to convert Java Objects into JSON and back -
LoganSquare
Screaming fast JSON parsing and serialization library for Android. -
Jackson
Core part of Jackson that defines Streaming API as well as basic shared abstractions -
jsoniter
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go -
jackson-modules-java8
Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names) -
JSON-io
Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. -
Jackson-datatype-money
Extension module to properly support datatypes of javax.money -
YaGson
A universal types-preserving Java serialization library that can convert arbitrary Java Objects into JSON and back, with a transparent support of any kind of self-references and with a full Java 9 compatibility. -
Java-SerialX
Store Java objects into JSON or any format you want! SerialX is a powerful lightweight utility library to serialize Java objects programmatically via tweakable recursive descent parser for custom domain-specific languages!
Collect and Analyze Billions of Data Points in Real Time
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of HikariJSON or a related project?
README
HikariJSON
A High-performance JSON parser.
HikariJSON is targeted exclusively at Java 8. If you need legacy support, there are several decent libraries available.
JMH Benchmarks Microbenchmarks were created to isolate and measure the performance of popular JSON libraries using the JMH microbenchmark framework developed by the Oracle JVM performance team. You can checkout the HikariJSON benchmark project for details and review/run the benchmarks yourself.
Note: These are extremely early results and do not reflect our final goals.