massivefermion / jsonc

Utilities for working with jsonc, a superset of json

Home Page:https://hex.pm/packages/jsonc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONC

Utilities for working with jsonc, a superset of json

Installation

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

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

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

About

Utilities for working with jsonc, a superset of json

https://hex.pm/packages/jsonc

License:Apache License 2.0


Languages

Language:Elixir 100.0%