Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem