>yaml ( obj -- str )
YAML serialization

Next:>yaml-docs ( seq -- str )


Vocabulary
yaml

Inputs
objan object


Outputs
stra string


Word description
Serializes the object into a YAML formatted string with one document representing the object.

See also
>yaml-docs

Definition