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.
If available in Hex
this package can be installed by adding simple_json
to your rebar.config
dependencies:
{deps, [
simple_json
]}.