Currently the ./gradlew :benchmark:run provides benchmark result that compares this project's lib module with kotlinx.serialization.
See benchmark/README.md to learn more.
Now, I would like to add one more dimension to comparison - another java library called https://github.com/Synt4xErr0r4/json5
Add this library to benchmark module and do additional setup to benchmark same tests for all 3 items
lib - current projects implementation
kotlinx.serialization
at.syntaxerror.json5:2.1.0 - new library