to_string


Description:


[ Version ( since = "1.2" ) ]
public string to_string (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


Namespace: Json
Package: json-glib-1.0