json/Sources/JSON
Gwynne Raskind 282c85961a
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
..
Coder 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
JSON+Codable.swift Remove wrong type-qualification 2021-02-19 14:08:04 +01:00
JSON+ExpressibleByLiteral.swift Documented public API 2019-03-20 16:45:27 -05:00
JSON+JSONConvertible.swift 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
JSON.swift Added handling of Decimal values in Number 2019-10-17 17:27:52 -05:00
JSONConvertible.swift Documented public API 2019-03-20 16:45:27 -05:00
Number.swift Added handling of Decimal values in Number 2019-10-17 17:27:52 -05:00
Operator.swift Documented public API 2019-03-20 16:45:27 -05:00