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
JSONcases. 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.