Create an Object representation of a Maybe instance.
Object
Maybe
Useful for serialization. JSON.stringify() uses it.
JSON.stringify()
The value to convert to JSON
The JSON representation of the Maybe
Create an
Object
representation of aMaybe
instance.Useful for serialization.
JSON.stringify()
uses it.