WJSONReader

WJSONReader

new WJSONReader()

Description:
  • Implements a weak JSON reader.

Methods

(static) read(string, value)

Description:
  • Reads a string and returns the best parsed structure.

Parameters:
Name Type Description
string string

The input string to parse.

value Value

The output value where parsed value are inserted.