Json<A> is a type class to provide toJson and fromJson instances for type A.
Json<A>
toJson
fromJson
A
fromJson throws an exception (most likely JsonError) when it fails.
stringify and parseJson for serialization and deserialization
Readonly
Generated using TypeDoc
Json<A>is a type class to providetoJsonandfromJsoninstances for typeA.Remarks
fromJsonthrows an exception (most likely JsonError) when it fails.See
stringify and parseJson for serialization and deserialization