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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
JSON.GetBooleanValue
Queries boolean value for JSON.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 10.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "JSON.GetBooleanValue"; json ) More
Parameters
Parameter | Description | Example |
---|---|---|
json | A JSON text or reference. | "[1,2,3]" |
Result
Returns 1, 0 or error.
Description
Queries boolean value for JSON.Returns 1 for true values, numbers which are not zero and for texts which are either "1" or "true".
Otherwise returns 0.
See also
Release notes
- Version 10.3
- Added JSON.GetBooleanValue function.
Blog Entries
This function does not need a paid license.
Created 14th July 2020, last changed 14th July 2020
