feat: checking type to value conformance
This commit is contained in:
parent
5655e621de
commit
cff27337e7
3 changed files with 58 additions and 5 deletions
7
src/Language/Json/Path.hs
Normal file
7
src/Language/Json/Path.hs
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Language.Json.Path (Path(..)) where
|
||||
import Numeric.Natural (Natural)
|
||||
import Data.Text (Text)
|
||||
|
||||
data Path
|
||||
= AtIndex Natural
|
||||
| InField Text
|
Loading…
Add table
Add a link
Reference in a new issue