https://github.com/json-tools/json-value
Helpers to work with json values.
https://github.com/json-tools/json-value
json-schema json-values
Last synced: 11 months ago
JSON representation
Helpers to work with json values.
- Host: GitHub
- URL: https://github.com/json-tools/json-value
- Owner: json-tools
- License: bsd-3-clause
- Created: 2017-11-01T17:48:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T10:05:19.000Z (over 7 years ago)
- Last Synced: 2025-06-27T06:53:15.315Z (12 months ago)
- Topics: json-schema, json-values
- Language: Elm
- Homepage:
- Size: 28.3 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-value
[](https://travis-ci.org/json-tools/json-value)
Helpers to work with JSON values in elm
## Use cases
You might need this library if you want to:
- update JSON value without writing decoder and encoder
- render JSON object for debugging purposes
## Existing applications
This library is part of a bigger research of [json schema](https://github.com/json-tools/json-schema), schema editor, and [json editor](https://github.com/1602/json-editor)
## Installation
```
elm install json-tools/json-value
```