json: create module

This commit is contained in:
Nathan McCarty 2025-01-25 02:27:25 -05:00
parent 2775429bf3
commit 6be2b5372e
3 changed files with 17 additions and 0 deletions

12
src/Parser/JSON.md Normal file
View file

@ -0,0 +1,12 @@
# JSON Parser
```idris
module Parser.JSON
import public Parser
import public Parser.Numbers
```
<!-- idris
import System
-->