Class: JsonReader

Reader~ JsonReader

Takes a string and converts it to JSON.

new JsonReader()

Source:
Reader/JsonReader.js

Extends

  • Reader

Members


read

Converts JSON-encoded string to actual JSON object. Uses "reviver" property from config supplied to the constructor
Source:
Reader/JsonReader.js