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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
JSON.GetObjectItemTreeRef
Queries named item from an object tree.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| JSON | 6.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "JSON.GetObjectItemTreeRef"; json; names ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| 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
Created 7th January 2016, last changed 3th February 2016
JSON.GetObjectItemTree - JSON.GetObjectName
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins