JsonImport | |||||||
Type | handler | ||||||
Dictionary | library.json | ||||||
Library | JSON Library | ||||||
Syntax |
| ||||||
Associations | com.livecode.library.json | ||||||
Summary | Parse JSON text into a LiveCode value. | ||||||
Parameters |
| ||||||
Values |
| ||||||
Description | JsonImport is used to convert data encoded in JSON format into a LiveCode value. It parses pJson and returns the first top-level value found. If any syntax errors are found in pJson, an error is thrown. The return value may be any of the following types, depending on the content of the file:
| ||||||
Tags | json,library,json |