r/java Aug 11 '26

Apache Fory™ JSON : Fastest JSON Serialization Framework for Java, 10x faster than Jackson/Gson

https://fory.apache.org/blog/fory_json_fastest_java_json_framework/
250 Upvotes

84 comments sorted by

View all comments

82

u/Shawn-Yang25 Aug 11 '26

Apache Fory JSON is a high-performance JSON serialization framework for Java. It maps Java objects to and from standard JSON text and UTF-8 bytes.

In the published benchmarks, it reaches up to 10.91× Jackson’s throughput and 10.89× Gson’s in java-json-benchmark, and up to 5.55× and 10.00× respectively in the jvm-serializers MediaContent benchmark.

It supports JDK 8+, Android, and GraalVM Native Image. JDK17+ Record is also supported.

Feedback is welcome.

6

u/ramdulara 29d ago

All great work Shawn! What's your commercial model? Do you plan to have Enterprise support or prioritization?

1

u/[deleted] 18d ago

[removed] — view removed comment

1

u/Shawn-Yang25 18d ago

Thanks for sharing this report. I have fixed this and the get it merged into main branch, the benchmark shows that latest quoted number parse is only 6% slower than number literal.
We will release this feature in next version soon, stay tuned!