Skip to content

0.9.3

Compare
Choose a tag to compare
@ralfstx ralfstx released this 15 May 20:03
· 57 commits to master since this release
  • Improved writing performance by optimized writing of JSON strings (3ffa39f) and adding a small writing buffer (1c73a6c)
  • Lots of improvements to the performance tests, included another parser in comparisons: json-smart
  • Support formatted output by an optional parameter to JsonValue.writeTo() and toString(). Example:
jsonValue.writeTo( writer, WriterConfig.PRETTY_PRINT );