toString_

fnstring toString_(json.node.Node node, bool pretty)

Generates a stringified JSON representation of the contents of the given node.

Parameters

nodea JSON tree
prettywhether the output should be prettyfied for printing

Returns

the string representation of the node