| Maptitude GISDK Help |
Converts an options array to a proper JSON literal object.
Added to Version 2017.
ArrayToJson(array option_array)
| Argument | Contents |
|---|---|
| option_array | An options array |
A JSON literal object string.
The input GISDK array must be a proper options array with string keys.
JSON (JavaScript Object Notation) is a text format for data interchange.
| Error Type | Meaning |
|---|---|
| Error | The input GISDK array is not a proper options array. |
| Function | Summary |
|---|---|
| JsonToArray() | Converts a proper JSON literal object to an options array |
| ©2025 Caliper Corporation | www.caliper.com |