Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 405 Bytes

simple_json

A simple JSON library for Gleam.

Currently this library is not ready for use, it is more a place to experiment with encoding/decoding APIs.

Installation

If available in Hex this package can be installed by adding simple_json to your rebar.config dependencies:

{deps, [
    simple_json
]}.