loadJSONObject()

Input / Files

Description

Loads a JSON file and returns a JSONValue object.

Syntax

JSONValue loadJSONObject(std::string path)

Parameters

NameTypeDescription
pathstd::stringpath to the JSON file

Returns

JSONValue

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...