Custom JSON serialization. Returns the canonical @functype-marked
envelope object so native JSON.stringify (and the rest of the JSON
toJSON protocol) emits a round-trip-able shape that
Serialization.deserialize can reconstruct.
Added in 1.2.0. Concrete types narrow the return to their specific marker/tag literals.
Returns a string representation of an object.
LazyList provides lazy evaluation for list operations. Operations are deferred until the list is materialized.
Example
Example