parseJSONObject()
Input / FilesDescription
Parses a JSON string and returns a JSONValue object.
Syntax
JSONValue parseJSONObject(std::string s)
Parameters
| Name | Type | Description |
|---|---|---|
| s | std::string | JSON string to parse |
Returns
JSONValueRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...