JSON Library

Typelibrary
Dictionarylibrary.json
LibraryJSON Library
Associationscom.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.

TypeNameSummarySyntax
handlerJsonExport

Format a LiveCode value as JSON text

JsonExport(<pValue>)

- - -JsonImport

Parse JSON text into a LiveCode value.

JsonImport(<pJson>)

libraryJSON 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>)