purescript-httpurple/docs/Examples/JsonParsing
sigma-andex 12726379bf Add validator continuation
Update routing readme
2022-06-06 21:18:04 +01:00
..
Main.js Add json parsing test 2022-06-06 10:57:13 +01:00
Main.purs Add validator continuation 2022-06-06 21:18:04 +01:00
Readme.md Add json parsing test 2022-06-06 10:57:13 +01:00

Json Parsing Example

This is an example using the json parser.

To run the example server, run:

nix-shell --run 'example JsonParsing'

Or, without nix:

spago -x test.dhall run --main Examples.JsonParsing.Main