delete-json
Purpose: Delete memory associated with JSON parsing.
delete-json will delete memory associated with variable <json> created to parse a JSON string with
new-json.
See
memory_handling for more on when (not) to delete memory explicitly like this; the same rules apply as for
delete-mem.
Examples
See also
JSON (
delete-json new-json read-json )
SEE ALL (
documentation)