JSON decoding and encoding in Unison!
Pull the latest release (v1) using
.> pull https://github.com/emiflake/unison-json.git:.releases._v1 external.json.v1
This library provides Decode a
and ways to parse JSON values into Unison values. As well as functions to convert Unison values into JSON values.
Look at TUTORIAL.md for an example of how to use it.
Encoding is done with the helper functions in the Json.Value
namespace.
Please follow the guidelines from unisonweb/base for contributing.