hydra-0.1.1: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Ext.Json.Model

Description

A JSON syntax model. See the BNF at https://www.json.org

Synopsis

Documentation

data Value Source #

A JSON value

Instances

Instances details
Read Value Source # 
Instance details

Defined in Hydra.Ext.Json.Model

Show Value Source # 
Instance details

Defined in Hydra.Ext.Json.Model

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #

Eq Value Source # 
Instance details

Defined in Hydra.Ext.Json.Model

Methods

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

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

Ord Value Source # 
Instance details

Defined in Hydra.Ext.Json.Model

Methods

compare :: Value -> Value -> Ordering #

(<) :: Value -> Value -> Bool #

(<=) :: Value -> Value -> Bool #

(>) :: Value -> Value -> Bool #

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

max :: Value -> Value -> Value #

min :: Value -> Value -> Value #