unparse ( obj -- str )
Factor handbook » Developer tools » The prettyprinter

Prev:pprint-use ( obj -- )
Next:unparse-use ( obj -- str )


Vocabulary
prettyprint

Inputs
objan object


Outputs
strFactor source string


Word description
Outputs a prettyprinted string representation of an object. Output is influenced by many variables; see Prettyprint control variables.

Warning
Unparsing a large object can take a long time and consume a lot of memory. If you need to unparse large objects, use unparse-short or set some Prettyprint control variables to limit output size.


Definition