schematic-0.5.0.0: JSON-biased spec and validation tool

Safe HaskellNone
LanguageHaskell2010

Data.Schematic.Path

Synopsis

Documentation

data PathSegment Source #

Constructors

Key Symbol 
Ix Nat 
Instances
data Sing (jp :: PathSegment) Source # 
Instance details

Defined in Data.Schematic.Path

data Sing (jp :: PathSegment) where

newtype JSONPath Source #

Textual representation of json path.

Constructors

JSONPath Text 
Instances
Show JSONPath Source # 
Instance details

Defined in Data.Schematic.Path