https://github.com/billstclair/elm-odata-decoder
A simple JSON decoder for Setiaman Lee
https://github.com/billstclair/elm-odata-decoder
Last synced: 11 months ago
JSON representation
A simple JSON decoder for Setiaman Lee
- Host: GitHub
- URL: https://github.com/billstclair/elm-odata-decoder
- Owner: billstclair
- License: mit
- Created: 2017-04-08T19:13:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T19:14:23.000Z (about 9 years ago)
- Last Synced: 2025-06-28T02:12:12.085Z (12 months ago)
- Language: Elm
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
A little JSON decoder for Setiaman Lee.
To run it.
git clone git@github.com:billstclair/elm-odata-decoder.git
cd elm-odata-decoder
elm repl
-- Inside the repl
import OdataDecoder exposing (..)
odata -- Look at the string to be decoded
decodeOdata odata -- Decode it
I'm using `NoRedInk/elm-decode-pipeline`, so if you use this in your own project, you'll need to:
elm package install NoRedInk/elm-decode-pipeline
Bill St. Clair <>
8 April 2017