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

JSON.Release

Frees a json reference number.

Component Version macOS Windows Linux Server iOS SDK
JSON 6.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "JSON.Release"; JSONRef )   More

Parameters

Parameter Description Example
JSONRef The JSON reference number. $json

Result

Returns OK or error.

Description

Frees a json reference number.

Examples

Parse some JSON, display it formatted and release:

Set Variable [$json; Value:MBS( "JSON.Parse"; "{\"Hello\": \"World\"}" )]
Show Custom Dialog [$json; MBS("JSON.Format"; $json)]
Set Variable [$r; Value:MBS( "JSON.Release"; $json)]

See also

Example Databases

Blog Entries

This function is free to use.

Created 5th January 2016, last changed 10th February 2016


JSON.Query - JSON.ReleaseAll