Releases: BlackRookSoftware/JSON
Releases · BlackRookSoftware/JSON
1.3.0
1.2.0
Changed in 1.2.0
Added
Additional JSONWriter methods for output options, plus an instantiable JSONWriter.
1.1.3
Changed in 1.1.3
Fixed
Reduced memory allocations in JSONWriter.Changed
A slight tweak to member gathering.
1.1.2
Changed in 1.1.2
Changed
JSONObject.create(T) will return the passed in object itself if that object is an instance of JSONObject. This was done so that JSONObjects can be generic members of deserialized/serialized data. Discussion will need to happen if this method should deep-copy the JSONObject instead.
1.1.1
Changed in 1.1.1
Fixed
Array types are fixed.
1.1.0
Changed in 1.1.0
- Added Generic collection hints for erased types (JSONCollectionType, JSONMapType).
1.0.0
Changed in 1.0.0
- Base release.