pure-swift-json v0.2.0
Pre-release
Pre-release
Fixed a couple of issues.
- Fixed a couple of typos in the README.md (thx for reporting @Trzyipolkostkicukru) #23
- Fixed typo
decodeFixedWithInteger()
->decodeFixedWidthInteger()
(thx @rjchatfield) #22 #18 - Updated the README.md with an example of how to use Date with a propertyWrapper (thx @Trzyipolkostkicukru) #17
- Allow
encode<T: Encodable>(_ value: T)
in JSONSingleValueEncodingContainer (thx @adam-fowler) #20 #24 - Added a License (Apache 2.0) #27
JSONEncoder
nestedContainer()
andnestedUnkeyedContainer()
work #19 #25 (thx for reporting @adam-fowler)JSONEncoder
updates coding path #21 #25 (thx for reporting @adam-fowler)- If
NaN
orInfinity
is encoded an error is thrown #13 (thx for reporting @dinhhungle)