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
- Host: GitHub
- URL: https://github.com/billstclair/elm-json-tree
- Owner: billstclair
- License: mit
- Created: 2018-07-07T09:55:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T09:56:45.000Z (almost 8 years ago)
- Last Synced: 2026-01-20T10:52:53.750Z (5 months ago)
- Language: Elm
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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