Go to file
Caleb Kleveter 2673a405aa
Merge pull request #8 from skelpo/fix-uint-singlevalue-coding
Fix Uint coding when wrapped by a SingleValueContainer
2021-08-23 08:33:49 -05:00
Sources/JSON Add explicitly-typed UInt overloads (usually Codable suggests them) for _JSON[Keyed|Unkeyed|Single]Value[Encoder|Decoder] and their containers. UInt also gets a customized JSONRepresentable conformance that round-trips its bit pattern through Int. 2021-08-22 16:16:09 -05:00
Tests Add unit test for round-tripping of UInt through JSON when encoded by a single-value container. 2021-08-22 16:17:29 -05:00
docs Generated new API docs 2019-10-17 21:00:10 -05:00
.gitignore Added .swiftpm/ directory to .gitignore 2019-06-12 15:03:22 -05:00
LICENSE Create LICENSE 2019-03-27 07:44:58 -05:00
Package.swift Removed Vapor dependency with JSONKit target 2019-03-27 06:55:01 -05:00
README.md Link to license file on master branch 2019-03-27 07:51:42 -05:00

README.md

JSON

The skelpo/JSON library is designed to handle JSON structures that are note represented by a specific Codable type.

API Documentation

You can find the API documentation for this library here.

License

The skelpo/JSON repository is under the MIT license agreement.