This repository was archived by the owner on Jul 6, 2025. It is now read-only.
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
JSONobjects via their respectiveenumvalues. - Loading JSON data and converting it into
JSONobjects. - String conversions for display/debugging.
- Conformance to
ExpressibleBy<X>Literalfor each type of possible JSON value.