Skip to main content

7 docs tagged with "json library"

View all tags
Docs

jsonDecodeUtf8

Converts a binary string, containing utf-8 encoded JSON, to a LiveCode value.

jsonEncodeAscii

Converts a value to a string in JSON format, using only ASCII characters and minimal whitespace.

jsonEncodeForDisplay

Converts a value to a string in JSON format, using appropriate whitespace to make it readable.

jsonEncodeUtf8

Converts a value to JSON format, encoded as a UTF-8 binary string.

JsonExport

Converts a LiveCode value to a string in JSON format.

JsonImport

Converts a string in JSON format to a LiveCode value.