Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
JSON.GetObjectItemTreeRef
Queries named item from an object tree.
Component | Version | macOS | Windows | Linux | Server | 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.
This function takes variable number of parameters. Pass as much parameters as needed separated by the semicolon in FileMaker.
Please repeat Names parameter as often as you need.
See also
Release notes
- Version 11.3
- Changed JSON.GetObjectItemTree, JSON.GetObjectItemTreeRef, JSON.AddArrayToArray and JSON.AddItemToArray to ignore empty parameters.
Blog Entries
This function is free to use.
Created 7th January 2016, last changed 5th June 2021