Skip to content

v1.0.0

Choose a tag to compare

@calebkleveter calebkleveter released this 27 Mar 14:32
521263e

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.