JSON.ReleaseAll
---------------

Releases all JSON objects.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [JSON](component_JSON.md) | [6.0](newinversion60.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "JSON.ReleaseAll" ) ### Parameters

none

### Result

Returns OK or error.

### Description

Releases all JSON objects.  
After this call all reference numbers are invalid.  
This is useful if you start a script which creates dozens of JSON reference numbers and you don't want to keep track of those IDs.  
Be aware that on a server this may free objects, which are used by other scripts running in parallel!  
### Examples

Release all JSON objects:

 Set Variable \[$r ; Value:MBS ( "JSON.ReleaseAll")\]  
### See also

- [Java.ReleaseAll](JavaReleaseAll.md)
- [JS.ReleaseAll](JSReleaseAll.md)
- [JSON.Release](JSONRelease.md)
- [LDAP.ReleaseAll](LDAPReleaseAll.md)
- [Menu.ReleaseAll](MenuReleaseAll.md)
- [PKey.ReleaseAll](PKeyReleaseAll.md)
- [SSH.ReleaseAll](SSHReleaseAll.md)
- [TAPI.ReleaseAll](TAPIReleaseAll.md)
- [WMFP.ReleaseAll](WMFPReleaseAll.md)
- [XML.ReleaseAll](XMLReleaseAll.md)

### Blog Entries

- [With JSON in excellent form](https://www.mbsplugins.de/archive/2019-11-16/With_JSON_in_excellent_form/monkeybreadsoftware_blog_filemaker)

### FileMaker Magazin

- [Ausgabe 5/2020, Seite 18](https://filemaker-magazin.de/neuigkeit/4110-Appetithappen-FMM_202005)

This function is free to use.

Created 11st January 2016 , last changed 9th January 2020

  
[JSON.Release](JSONRelease.md) - [JSON.Replace](JSONReplace.md)

[HTML Version](JSONReleaseAll.shtml)