JSON Parser Xojo and Real Studio plugin

JSONNode.StripWhiteSpace Method

Shared method that strips white spaces from JSON message that is formatted to be easily human readable.

shared StripWhiteSpace(
   source as String) as String

Parameters

source
The message to strip white spaces from

Returns

String

Remarks

See Also

JSONNode Class