loadJSONArray()

Input / Files

Description

Loads a JSON array file and returns a JSONValue.

Syntax

JSONValue loadJSONArray(std::string path)

Parameters

NameTypeDescription
pathstd::stringpath to the JSON file

Returns

JSONValue

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...