vjs.JSON
METHODS
parse( text, [reviver] )
parse the json
PARAMETERS:
- text
StringThe JSON string to parse - reviver
Function(OPTIONAL) Optional function that can transform the results
RETURNS:
Object|ArrayThe parsed JSON
defined in: src/js/json.js#L34