Stringify - cJsonObject

Generates the JSON string for the object structure being represented by the JSON objects

Type: Function

Return Data Type: String

Parameters: None

Return Value

JSON string.


Syntax
Function Stringify Returns String

Call: Get Stringify to StringVariable


Description

Generates the JSON string for the object structure being represented by the JSON objects.

peWhitespace controls if/how whitespace is added to the generated JSON when calling the Stringify function.

See Also

StringifyUtf8