Please enable JavaScript to view this site.

A-Shell Reference

xcall JSON, opcode, {, parameters...}

JSON performs various JSON-related utility functions.

Parameters

opcode  [in]

specifies operation to be performed, described in detail below.

u Opcode 1: Load a JSON string into an ordered map

 

u Opcode 2: Free the JSON memory associated with the HANDLE

 

u Opcode 3: Escape the JSON text

 

u Opcode 4: Unescape the JSON text

 

u Opcode 5: Form a "name":"value" pair

History

2021 October, A-Shell 6.5.1708:  Routine added to A-Shell