netorcai.json_util

Undocumented in source.

Members

Functions

getBool
bool getBool(JSONValue v)

Reads a boolean from a JSONValue (handling several ways to store it)

getDouble
double getDouble(JSONValue v)

Reads a double from a JSONValue (handling several ways to store it)

getInt
int getInt(JSONValue v)

Reads an integer from a JSONValue (handling several ways to store it)

Meta