aeson-tiled-0.0.2.3: Aeson instances for the Tiled map editor.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Tiled.Property

Documentation

data Property Source #

Constructors

Property 

Fields

Instances

Instances details
FromJSON Property Source # 
Instance details

Defined in Codec.Tiled.Property

ToJSON Property Source # 
Instance details

Defined in Codec.Tiled.Property

Generic Property Source # 
Instance details

Defined in Codec.Tiled.Property

Associated Types

type Rep Property :: Type -> Type #

Methods

from :: Property -> Rep Property x #

to :: Rep Property x -> Property #

Show Property Source # 
Instance details

Defined in Codec.Tiled.Property

Eq Property Source # 
Instance details

Defined in Codec.Tiled.Property

type Rep Property Source # 
Instance details

Defined in Codec.Tiled.Property

type Rep Property = D1 ('MetaData "Property" "Codec.Tiled.Property" "aeson-tiled-0.0.2.3-9wHH27isa6ZHfu1mfHKXfG" 'False) (C1 ('MetaCons "Property" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "propertyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Value))))