Hydra.Ext.Json.Model
Description
A JSON syntax model. See the BNF at https://www.json.org
data Value Source #
A JSON value
Constructors
Defined in Hydra.Ext.Json.Model
Methods
readsPrec :: Int -> ReadS Value #
readList :: ReadS [Value] #
readPrec :: ReadPrec Value #
readListPrec :: ReadPrec [Value] #
showsPrec :: Int -> Value -> ShowS #
show :: Value -> String #
showList :: [Value] -> ShowS #
(==) :: Value -> Value -> Bool #
(/=) :: Value -> Value -> Bool #
compare :: Value -> Value -> Ordering #
(<) :: Value -> Value -> Bool #
(<=) :: Value -> Value -> Bool #
(>) :: Value -> Value -> Bool #
(>=) :: Value -> Value -> Bool #
max :: Value -> Value -> Value #
min :: Value -> Value -> Value #
_Value :: Name Source #
_Value_array :: FieldName Source #
_Value_boolean :: FieldName Source #
_Value_null :: FieldName Source #
_Value_number :: FieldName Source #
_Value_object :: FieldName Source #
_Value_string :: FieldName Source #