jsonpath-0.1.0.2: Library to parse and execute JSONPath

Safe HaskellSafe
LanguageHaskell2010

Data.JSONPath.Types

Documentation

data Condition Source #

Instances
Eq Condition Source # 
Instance details

Defined in Data.JSONPath.Types

Show Condition Source # 
Instance details

Defined in Data.JSONPath.Types

data Literal Source #

Constructors

LitNumber Int 
LitString Text 
Instances
Eq Literal Source # 
Instance details

Defined in Data.JSONPath.Types

Methods

(==) :: Literal -> Literal -> Bool #

(/=) :: Literal -> Literal -> Bool #

Show Literal Source # 
Instance details

Defined in Data.JSONPath.Types