Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/massivefermion/jsonc

Utilities for working with jsonc, a superset of json
https://github.com/massivefermion/jsonc

configuration elixir environment json jsonc

Last synced: about 2 months ago
JSON representation

Utilities for working with jsonc, a superset of json

Lists

README

        

# JSONC

Utilities for working with [jsonc](https://komkom.github.io/jsonc-playground), a superset of json

## Installation

The package can be installed by adding `jsonc` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:jsonc, "~> 0.9.0"}
]
end
```

Documentation can be found at https://hexdocs.pm/jsonc