Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
JSON.GetObjectNameList
Queries names of items in an object.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
JSON | 4.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "JSON.GetObjectNameList"; json )
Parameters
Parameter | Description | Example value |
---|---|---|
json | A JSON text or reference. | "{\"a\":\"b\", \"c\":\"d\"}" |
Result
Returns name of items as list.
Description
Queries names of items in an object.Examples
Gets first object item's name:
MBS( "JSON.GetObjectNameList"; "{\"a\":\"b\", \"c\":\"d\"}" )
// return a and b as list.
See also
JSON.GetObjectName - JSON.GetObjectSize
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins