0.9.3
- 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()
andtoString()
. Example:
jsonValue.writeTo( writer, WriterConfig.PRETTY_PRINT );