JSONReader

Reads JSON strings as Mildew objects.

Members

Static functions

consumeArray
ScriptAny[] consumeArray(string str)

Reads an array from a string

consumeObject
ScriptObject consumeObject(string str)

Reads a Mildew object from a JSON string

consumeValue
ScriptAny consumeValue(string str)

This function accepts JSON arrays or objects only

Meta