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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
JSON.ReleaseAll
Releases all JSON objects.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| JSON | 6.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "JSON.ReleaseAll" ) More
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
- JS.ReleaseAll
- JSON.Release
- LDAP.ReleaseAll
- Menu.ReleaseAll
- PKey.ReleaseAll
- SSH.ReleaseAll
- TAPI.ReleaseAll
- WMFP.ReleaseAll
- XML.ReleaseAll
Blog Entries
FileMaker Magazin
Created 11st January 2016, last changed 9th January 2020
JSON.Release - JSON.ReplaceItemInArray
Feedback: Report problem or ask question.
Links
MBS Xojo blog