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
- Host: GitHub
- URL: https://github.com/massivefermion/jsonc
- Owner: massivefermion
- License: apache-2.0
- Created: 2022-02-06T14:27:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:06:31.000Z (about 2 months ago)
- Last Synced: 2024-11-12T18:20:06.498Z (about 2 months ago)
- Topics: configuration, elixir, environment, json, jsonc
- Language: Elixir
- Homepage: https://hex.pm/packages/jsonc
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-elixir - jsonc - Utilities for working with [jsonc](https://komkom.github.io/jsonc-playground), a superset of json. (JSON)
- awesome-elixir - jsonc - Utilities for working with [jsonc](https://komkom.github.io/jsonc-playground), a superset of json. (JSON)
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