Vely logo install | documentation | examples | changelog
16.10.0 released May 10, 2023
delete-json

Purpose: Delete memory associated with JSON parsing.

delete-json <json>

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
delete-json jv

See also
JSON ( delete-json   new-json   read-json  )  SEE ALL (documentation)


Copyright (c) 2017-2023 Dasoftver LLC