parseJSONArray()

Input / Files

Description

Parses a JSON array string and returns a JSONValue.

Syntax

JSONValue parseJSONArray(std::string s)

Parameters

NameTypeDescription
sstd::stringJSON array string to parse

Returns

JSONValue

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...