Skip to content

Version 0.6.0 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@Arraying Arraying released this 22 Dec 22:12

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.