mirror of
https://github.com/videojs/video.js.git
synced 2024-12-04 10:34:51 +02:00
492 B
492 B
vjs.JSON
INDEX
METHODS
parse( text, [reviver] )
parse the json
PARAMETERS:
- text
String
The JSON string to parse - reviver
Function
(OPTIONAL) Optional function that can transform the results
RETURNS:
Object|Array
The parsed JSON
defined in: src/js/json.js#L34