Releases: skelpo/JSON
Releases · skelpo/JSON
Handle Encoding/Decoding of UInt Type
Merge pull request #8 from skelpo/fix-uint-singlevalue-coding Fix Uint coding when wrapped by a SingleValueContainer
Version Fix
1.1.3 Merge branch 'master' of github.com:skelpo/JSON
Fixes Swift Version Isssues
Merge pull request #7 from tkrajacic/fix-circular-reference Fix circular reference error in Swift 5.4
v1.0.0
Swift 5
JSON
has been streamlined a bit to make working with it more ergonomic. Here is a basic rundown of the updates:
- Before there where a lot of methods that only worked on certain
JSON
cases. These have been removed in favor of the type properties (.string
,.int
,.array
, etc.) where you can call native operations on the value. - Dynamic accessors!
- JSONKit has been removed. Adding the functionality manually is really easy and adding Vapor as a dependency was overkill.
Checkout the API docs for the whole feature set.
0.13.0
Updated Vapor version to official release