https://github.com/karantan/elm-json
Examples how to do JSON encoding and decoding
https://github.com/karantan/elm-json
Last synced: about 2 months ago
JSON representation
Examples how to do JSON encoding and decoding
- Host: GitHub
- URL: https://github.com/karantan/elm-json
- Owner: karantan
- License: bsd-3-clause
- Created: 2022-04-06T09:32:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T13:22:35.000Z (about 3 years ago)
- Last Synced: 2025-02-13T15:53:54.509Z (4 months ago)
- Language: Elm
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-json
Examples how to do JSON encoding and decoding## Usage
Run `elm reactor` and open `src/Main.elm` file. You will see the result of all the
encoding and decoding done in this file.Reading material:
- https://guide.elm-lang.org/effects/json.html
- https://elmprogramming.com/decoding-json-part-1.html
- https://github.com/NoRedInk/elm-json-decode-pipeline
- https://package.elm-lang.org/packages/elm/json/1.1.3/
- http://elm-bootstrap.info/