loadJSONArray()
Input / FilesDescription
Loads a JSON array file and returns a JSONValue.
Syntax
JSONValue loadJSONArray(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...