yaml-docs> ( str -- arr )
YAML serialization

Prev:yaml> ( str -- obj )
Next:Mapping between Factor and YAML types


Vocabulary
yaml

Inputs
stra string


Outputs
arran array


Word description
Deserializes the YAML formatted string into a Factor array. Each document becomes an element of the array.

See also
yaml>

Definition