Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

JSON.List

Lists all IDs of current JSON objects.

Component Version macOS Windows Linux Server iOS SDK
JSON 12.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "JSON.List" )

Parameters

none

Result

Returns list or error.

Description

Lists all IDs of current JSON objects.
Returns IDs for all JSON objects in memory. If this list is growing, you may have forgotten to call JSON.Release in your scripts.
Normally after all scripts are done, this list should be empty.

Examples

Create one and then show the list:

MBS("JSON.Parse"; "{}") & ¶ & MBS("JSON.List")

See also

Release notes

Blog Entries

This function is free to use.

Created 15th October 2022, last changed 31st January 2023


JSON.JSONPatch.FromDiff - JSON.MergePatch.ApplyPatch