Open
Description
Is there a function built in to access data dynamically via a single string? For example, I am accessing the data below:
MsgBox jsonResult("features")(1)("attributes")("ASSET_ID")
But I want to be able to request the same data with a dynamic string, like:
MsgBox JsonString(jsonResult, "('features')(1)('attributes')('ASSET_ID')")
Does a function like this already exist?
Metadata
Metadata
Assignees
Labels
No labels