/unison-json

An implementation of JSON decoders and encoders inspired by elm/json

unison-json

JSON decoding and encoding in Unison!

Usage

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.

Contributing

Please follow the guidelines from unisonweb/base for contributing.