/json-value

Helpers to work with json values.

Primary LanguageElmBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

json-value

Build Status

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, schema editor, and json editor

Installation

elm install json-tools/json-value