Releases: guykogus/CodableJSON
Releases · guykogus/CodableJSON
3.0.0
First version
This initial release includes all the features necessary for starting with a better way to use JSON objects in Swift.
- Creating
JSON
objects via their respectiveenum
values. - Loading JSON data and converting it into
JSON
objects. - String conversions for display/debugging.
- Conformance to
ExpressibleBy<X>Literal
for each type of possible JSON value.