Skip to content

json-tools/json-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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