Skip to content

Releases: skelpo/JSON

Handle Encoding/Decoding of UInt Type

23 Aug 13:46
2673a40
Compare
Choose a tag to compare
Merge pull request #8 from skelpo/fix-uint-singlevalue-coding

Fix Uint coding when wrapped by a SingleValueContainer

Version Fix

19 Feb 18:01
3ddcba5
Compare
Choose a tag to compare
1.1.3

Merge branch 'master' of github.com:skelpo/JSON

Fixes Swift Version Isssues

19 Feb 14:23
81389cb
Compare
Choose a tag to compare
Merge pull request #7 from tkrajacic/fix-circular-reference

Fix circular reference error in Swift 5.4

v1.0.0

27 Mar 14:32
521263e
Compare
Choose a tag to compare

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

11 May 20:29
Compare
Choose a tag to compare
Updated Vapor version to official release