Skip to content

Access Data via Single String Command #241

Open
@sombies

Description

@sombies

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions