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.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Queries the value of the json.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 6.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
json | A JSON text or reference. | "1.3" |
Returns value or error.
Returns 5 for a numeric value:
MBS( "JSON.GetValue"; "5" )
Example result: 5
Returns text:
MBS( "JSON.GetValue"; "\"Test JSON\"" )
Example result: Test JSON
Returns 1 for boolean:
MBS( "JSON.GetValue"; "true" )
Example result: 1
Decode the escape unicode sequence:
MBS( "JSON.GetValue"; "\"\uD83C\uDF4E\"")
Example result: 🍎
This function checks for a license.
Created 3th February 2016, last changed 31st January 2023