toString_
fn
string toString_(json.node.Node node, bool pretty)Generates a stringified JSON representation of the contents of the given node.
Parameters
node | a JSON tree |
pretty | whether the output should be prettyfied for printing |
Returns
the string representation of the node