json: create module
This commit is contained in:
parent
906ffb7877
commit
b018967cb1
3 changed files with 17 additions and 0 deletions
12
src/Parser/JSON.md
Normal file
12
src/Parser/JSON.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# JSON Parser
|
||||
|
||||
```idris
|
||||
module Parser.JSON
|
||||
|
||||
import public Parser
|
||||
import public Parser.Numbers
|
||||
```
|
||||
|
||||
<!-- idris
|
||||
import System
|
||||
-->
|
Loading…
Add table
Add a link
Reference in a new issue