feat: checking type to value conformance

This commit is contained in:
vegowotenks 2025-08-22 09:28:47 +02:00
parent 5655e621de
commit cff27337e7
3 changed files with 58 additions and 5 deletions

View 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