jordan-0.2.0.0: JSON with Structure
Safe HaskellNone
LanguageHaskell2010

Jordan.Types.JSONValue

Synopsis

Documentation

data JSONValue Source #

A type for any JSON value. This is a basic Haskell sum type representation.

This is intended to for use when working with JSON where you do not know much about its structure.

Instances

Instances details
Eq JSONValue Source # 
Instance details

Defined in Jordan.Types.JSONValue

Ord JSONValue Source # 
Instance details

Defined in Jordan.Types.JSONValue

Show JSONValue Source # 
Instance details

Defined in Jordan.Types.JSONValue

Generic JSONValue Source # 
Instance details

Defined in Jordan.Types.JSONValue

Associated Types

type Rep JSONValue :: Type -> Type #

FromJSON JSONValue Source # 
Instance details

Defined in Jordan.Types.JSONValue

ToJSON JSONValue Source # 
Instance details

Defined in Jordan.Types.JSONValue

type Rep JSONValue Source # 
Instance details

Defined in Jordan.Types.JSONValue