Class JSON
JSON
Defined in: JSON.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
JSON()
http://www.JSON.org/js.html.
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
JSON.parse(text, reviver)
|
| <static> |
JSON.stringify(value, replacer, space)
|
Method Detail
<static>
JSON.parse(text, reviver)
- Parameters:
- text
- reviver
<static>
JSON.stringify(value, replacer, space)
- Parameters:
- value
- replacer
- space
