JSON Parser Xojo and Real Studio plugin |
|
JSONNode.Parse Method
A shared method that parses a JSON string message into a structured JSON object tree.
shared Parse(
source
as String)
as JSONNode
Parameters
- source
- The message to parse
Returns
- JSONNode
- Returns a new JSONNode representing the parsed message
Remarks
Example
node = JSONNode.Parse(someTextVariable)
See Also
JSONNode Class