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.GetObjectItemTreeRef
Queries named item from an object tree.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
JSON | 6.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "JSON.GetObjectItemTreeRef"; json; names )
Parameters
Parameter | Description | Example value |
---|---|---|
json | A JSON text or reference. | "[1,2,3]" |
names | The names for keys to query. Pass several parameters to go down an object tree. For arrays you can pass index. | "test" |
Result
Returns reference number or error.
Description
Queries named item from an object tree.You still need functions like JSON.GetStringValue to get back the decoded string.
Works also for arrays where you pass in index.
Same as JSON.GetObjectItemTree, but returns reference number.
See also
JSON.GetObjectItemTree - JSON.GetObjectName
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins