mirror of
https://github.com/videojs/video.js.git
synced 2025-12-01 23:13:02 +02:00
492 B
492 B
vjs.JSON
INDEX
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