Skip to content

Releases: skelpo/JSON

Handle Encoding/Decoding of UInt Type

Choose a tag to compare

@calebkleveter calebkleveter released this 23 Aug 13:46
2673a40
Merge pull request #8 from skelpo/fix-uint-singlevalue-coding

Fix Uint coding when wrapped by a SingleValueContainer

Version Fix

Choose a tag to compare

@proggeramlug proggeramlug released this 19 Feb 18:01
3ddcba5
1.1.3

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

Fixes Swift Version Isssues

Choose a tag to compare

@proggeramlug proggeramlug released this 19 Feb 14:23
81389cb
Merge pull request #7 from tkrajacic/fix-circular-reference

Fix circular reference error in Swift 5.4

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.

0.13.0

Choose a tag to compare

@calebkleveter calebkleveter released this 11 May 20:29
Updated Vapor version to official release