saveJSONArray()

Output / Files

Description

Saves a JSONValue array to a file.

Syntax

bool saveJSONArray(std::string path, const JSONValue& v, int indent)

Parameters

NameTypeDescription
pathstd::stringpath to write to
vJSONValuethe JSON array value
indentintindentation spaces (default 2)

Returns

bool

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...