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.Release
Frees a json reference number.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
- Java.Release
- JS.Release
- JSON.CreateArrayRef
- JSON.CreateObjectRef
- JSON.DeleteItemFromArray
- JSON.Format
- JSON.Parse
- JSON.ReleaseAll
- MapView.Snapshot
- SSH.Release
Example Databases
- CURL/Email/IMAP Email List
- CURL/Email/IMAP Email
- CURL/WebServices/Query IP and Country
- JSON/JSON Benchmark
- Mac and iOS/Machine Learning/Core Image Detection
- Mac and iOS/MapKit/MapKit Snapshots
- Mac only/ImageCapture/Camera Import
- Win Only/WindowsML
Blog Entries
- With JSON in excellent form
- Fun with While function in FileMaker
- Face detection via CoreImage in FileMaker
- MBS FileMaker Plugin, version 6.0pr6
FileMaker Magazin
Created 5th January 2016, last changed 10th February 2016
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins