JSON (JavaScript)
info
The JSON module in JavaScript should be accessed from the static object JSON
The JSON module provides useful JSON tools specifically for JavaScript.
Static Methods
| Method Name | Return Type | Description |
|---|---|---|
| parse | Object, Array, string, number, boolean, or null | Parses a JSON string into a lua table |
| stringify | string | Serializes an object into a JSON string |