Module
Data.Argonaut.JSONEither
- Package
- purescript-haskell-iso
- Repository
- athanclark/purescript-haskell-iso
#JSONEither Source
data JSONEither a b
Constructors
Instances
(Generic a rep1, Generic b rep2) => Generic (JSONEither a b) _
(Eq a, Eq b, Generic a rep1, Generic b rep2) => Eq (JSONEither a b)
(Show a, Show b, Generic a rep1, Generic b rep2) => Show (JSONEither a b)
(Arbitrary a, Arbitrary b) => Arbitrary (JSONEither a b)
(EncodeJson a, EncodeJson b) => EncodeJson (JSONEither a b)
(DecodeJson a, DecodeJson b) => DecodeJson (JSONEither 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