Version 0.6.0 Release
Pre-release
Pre-release
Version 0.6.0 is ready.
Changelog:
- Changed pretty JSON formatting. Custom interface implementations can be used.
- Added thread safety to JSON and JSONArray. Only one thread may write to the data at a time, reads are not limited.
- Added the ability to set the JSON object's internal map implementation (except ConcurrentHashMap). This can be used to induce order for pretty printing.