Skip to content

massivefermion/jsonc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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