mirror of
https://github.com/videojs/video.js.git
synced 2024-12-16 11:37:29 +02:00
31 lines
385 B
Markdown
31 lines
385 B
Markdown
|
<!-- GENERATED FROM SOURCE -->
|
||
|
|
||
|
# vjs.JSON
|
||
|
|
||
|
|
||
|
---
|
||
|
|
||
|
## INDEX
|
||
|
|
||
|
- [METHODS](#methods)
|
||
|
- [parse](#parse-text-reviver-)
|
||
|
|
||
|
---
|
||
|
|
||
|
## METHODS
|
||
|
|
||
|
### parse( text, reviver )
|
||
|
> parse the json
|
||
|
|
||
|
##### PARAMETERS:
|
||
|
* __text__
|
||
|
* __reviver__
|
||
|
|
||
|
##### RETURNS:
|
||
|
* `Object|Array` The parsed JSON
|
||
|
|
||
|
_defined in_: [src/js/json.js#L32](https://github.com/videojs/video.js/blob/master/src/js/json.js#L32)
|
||
|
|
||
|
---
|
||
|
|