1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/docs/api/vjs.JSON.md
2013-11-05 17:12:20 -08:00

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