saveJSONObject()
Output / FilesDescription
Saves a JSONValue to a file as formatted JSON.
Syntax
bool saveJSONObject(std::string path, JSONValue v, int indent)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to write to |
| v | JSONValue | the JSON value |
| indent | int | indentation spaces (default 2) |
Returns
boolRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...