Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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

Blog Entries

This function is free to use.

Created 14th July 2020, last changed 14th July 2020


JSON.GetArraySize - JSON.GetDoubleValue