Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 686 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 686 Bytes

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.