JSON Library | |
Type | library |
Dictionary | library.json |
Library | JSON Library |
Associations | com.livecode.library.json |
Summary | This library provides support for generating and parsing JavaScript Object Notation (JSON) data. See also http://json.org and https://tools.ietf.org/html/rfc7159. |
Description | This library provides support for generating and parsing JavaScript Object Notation (JSON) data. See also http://json.org and https://tools.ietf.org/html/rfc7159. |
Type | Name | Summary | Syntax |
---|---|---|---|
handler | JsonExport | Format a LiveCode value as JSON text | JsonExport(<pValue>) |
- - - | JsonImport | Parse JSON text into a LiveCode value. | JsonImport(<pJson>) |
library | JSON Library | This library provides support for generating and parsing JavaScript Object Notation (JSON) data. See also http://json.org and https://tools.ietf.org/html/rfc7159. | JsonImport(<pJson>) |