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

First version

Choose a tag to compare

@guykogus guykogus released this 28 Dec 23:26

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.