Releases: openjax/json
Releases · openjax/json
v1.0.0
v0.9.4
- #12 Support non-strict compliance to JSON spec
- #11 Indentation in JSON.toString(...) is incorrect
- #10 Improve runtime and memory performance
- #9 Support JsonReader.(String)
- #7 JsonReader.readToken to return composite long point instead of String
- #6 Upgrade Maven dependencies
- #4 Transition to GitHub Actions
- #3 Release resources in JsonReader.close()
- #2 Parameterize JUnit tests
v0.9.3
v0.9.2
- Optimize runtime performance of
JsonReader
. - Support
JsonReader#mark()
andJsonReader#reset()
. - Rename
JsonStrings
toJsonUtil
. - Upgrade
org.libj:test:0.6.9
to0.7.0
. - Upgrade
org.libj:exec:0.8.9
to0.8.10
. - Upgrade
org.openjax.maven:mojo:0.3.5
to0.4.1
. - Upgrade
org.openjax.xml:sax:0.9.2
to0.9.3
.