16 lines
238 B
Markdown
16 lines
238 B
Markdown
|
# Json Parsing Example
|
||
|
|
||
|
This is an example using the json parser.
|
||
|
|
||
|
To run the example server, run:
|
||
|
|
||
|
```bash
|
||
|
nix-shell --run 'example JsonParsing'
|
||
|
```
|
||
|
|
||
|
Or, without nix:
|
||
|
|
||
|
```bash
|
||
|
spago -x test.dhall run --main Examples.JsonParsing.Main
|
||
|
```
|