JSON.SerializeError
describes the cause of a serialization failure.
NonFiniteNumber is emitted when a JSON.Num contains NaN or infinity,
neither of which is representable in JSON.
delete
instantiate
(Fn [JSON.SerializeError] ())
deletes a JSON.SerializeError. This should usually not be called manually.
prn
instantiate
(Fn [(Ref JSON.SerializeError a)] String)
converts a JSON.SerializeError to a string.
str
instantiate
(Fn [(Ref JSON.SerializeError a)] String)
converts a JSON.SerializeError to a string.