json-serialization-benchmarking
json-serialization-benchmarking copied to clipboard
Related benchmarks
There is a related benchmark for JSON on Java. They also use JMH. https://github.com/RichardHightower/json-parsers-benchmark
It would be interesting to somehow compare these results with the results of this repository. Maybe we can also add benchmark for the JSON parser of Groovy. They provide a very optimised parser. http://docs.groovy-lang.org/2.4.9/html/gapi/groovy/json/JsonSlurper.html
PRs welcome!