Module
Data.Argonaut.JSONTuple  
- Package
 - purescript-haskell-iso
 - Repository
 - athanclark/purescript-haskell-iso
 
#JSONTuple Source
data JSONTuple a bConstructors
JSONTuple a b
Instances
(Generic a rep1, Generic b rep2) => Generic (JSONTuple a b) _(Eq a, Eq b, Generic a rep1, Generic b rep2) => Eq (JSONTuple a b)(Show a, Show b, Generic a rep1, Generic b rep2) => Show (JSONTuple a b)(Arbitrary a, Arbitrary b) => Arbitrary (JSONTuple a b)(EncodeJson a, EncodeJson b) => EncodeJson (JSONTuple a b)(DecodeJson a, DecodeJson b) => DecodeJson (JSONTuple a b)
- Modules
 - Data.
Argonaut. JSONDate  - Data.
Argonaut. JSONDateTime  - Data.
Argonaut. JSONEither  - Data.
Argonaut. JSONEmailAddress  - Data.
Argonaut. JSONInt  - Data.
Argonaut. JSONInteger  - Data.
Argonaut. JSONMaybe  - Data.
Argonaut. JSONScientific  - Data.
Argonaut. JSONString  - Data.
Argonaut. JSONTuple  - Data.
Argonaut. JSONUnit  - Data.
Argonaut. JSONVoid  - Test.
Serialization  - Test.
Serialization. Types