Skip to content

emiflake/unison-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published