argo-0.2022.8.28: Parse and render JSON.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Argo.Internal.Json.Value

Synopsis

Documentation

data Value Source #

A JSON (JavaScript Object Notation) value, as described by RFC 8259. https://datatracker.ietf.org/doc/html/rfc8259

Instances

Instances details
HasCodec Value Source # 
Instance details

Defined in Argo.Internal.Class.HasCodec

IsString Value Source # 
Instance details

Defined in Argo.Internal.Json.Value

Methods

fromString :: String -> Value #

Show Value Source # 
Instance details

Defined in Argo.Internal.Json.Value

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #

NFData Value Source # 
Instance details

Defined in Argo.Internal.Json.Value

Methods

rnf :: Value -> () #

Eq Value Source # 
Instance details

Defined in Argo.Internal.Json.Value

Methods

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

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

Lift Value Source # 
Instance details

Defined in Argo.Internal.Json.Value

Methods

lift :: Quote m => Value -> m Exp #

liftTyped :: forall (m :: Type -> Type). Quote m => Value -> Code m Value #