Skip to content

Releases: guykogus/CodableJSON

3.0.0

13 Oct 06:17
Compare
Choose a tag to compare

Update project for Xcode 15 and Swift 5.8 with upcoming Swift 6 features support.

Full Changelog: 2.0.2...3.0.0

First version

28 Dec 23:26
Compare
Choose a tag to compare

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 respective enum 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.