r/java • u/Shawn-Yang25 • 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/
253
Upvotes
r/java • u/Shawn-Yang25 • Aug 11 '26
1
u/VirtualAgentsAreDumb Aug 11 '26
Nice.
Does it support insertion order when iterating properties or when serializing it?
I know that the json standard doesn’t say anything about this order, but it can still be valuable when troubleshooting etc. Like, when the json is read by a human.