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