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

https://github.com/billstclair/elm-json-tree

Turn JSON into a tree
https://github.com/billstclair/elm-json-tree

Last synced: about 2 months ago
JSON representation

Turn JSON into a tree

Awesome Lists containing this project

README

          

[![elm-package](https://img.shields.io/badge/elm-1.0.0-blue.svg)](http://package.elm-lang.org/packages/billstclair/elm-json-tree/latest)

`elm-json-tree` parses JSON into a tree.

To run the example:

cd .../elm-json-tree
elm reactor

Then aim your browser at http://localhost:8000/Example.elm

Enter JSON in the input box and press the Enter/Return key or click the "Parse" button. You'll see either the printed representation of a successful parse or a red error message.

Bill St. Clair

7 July 2018