Releases: orlandos-nl/IkigaJSON
Releases · orlandos-nl/IkigaJSON
1.2.1
- Implemented encoding to JSONArray and JSONObject
- Fixed the infinite loop in the JSONArray sequence implementation and tested it
1.2.0
- Implement decoding from JSON Primitives
1.1.2
- Improve Swift support on Linux (Swift 4.0 rather than 4.2)
- Initialize JSONObject with
Foundation.Data
- Added
keys
to JSONObject
1.1.0
IkigaJSON now supports SwiftNIO out of the box. It also comes with a two new types (JSONArray and JSONObject) that can mutate JSON inline, very efficiently! The two types intentionally miss features/API, so if you're missing API be sure to open an issue!
1.0.3
- More performant JSON encoding
1.0.2
Remove accidental submodule
1.0.1
- Reimplemented date decoding strategies and implemented some tests
1.0.0
The initial release this high performance JSON library