Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Releases: guykogus/CodableJSON

3.0.0

13 Oct 06:17

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

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.