stringify


Description:

public static string stringify (JsonValue value)

Serializes a JsonValue tree to a compact JSON string.

Example:

    string s = Json.stringify (value);

Parameters:

value

the value to serialize.

Returns:

compact JSON string.