Einhugur JSON Plugin III for Xojo

JSONDocument.Parse Method

Parses JSON message, returning true if successful.

Parse(
   source as String) as Boolean

Parameters

source
The JSON message or document to parse.

Returns

Boolean
True if successful, else false.

Remarks

If false is returned then you can get detail for the error in the ParserError property.

See Also

JSONDocument Class