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

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.

Awesome Lists containing this project

README

          

# json-value

[![Build Status](https://travis-ci.org/json-tools/json-value.svg?branch=master)](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
```