Einhugur JSON Plugin III for Xojo

JSONPrimitive.GetSource Method

Gets source for the JSON primitive and all nodes bellow it.

GetSource(
   prettyPrint as Boolean) as String

Parameters

prettyPrint
True if the source should be pretty printed, false if you want it compact.

Returns

String

Remarks

See Also

JSONPrimitive Class