Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 601 Bytes

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