parseJSONObject()

Input / Files

Description

Parses a JSON string and returns a JSONValue object.

Syntax

JSONValue parseJSONObject(std::string s)

Parameters

NameTypeDescription
sstd::stringJSON string to parse

Returns

JSONValue

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...