Skip to content

Nested get #156

@baubakg

Description

@baubakg

It would be good to be able to use more advnced notions for getting nested items.

For nested JSON:

    {
        "A" : 5,
        "B" : {
                    "B1" : 7
                 }
    }

Given "B.B1" we should get "7".

Since the get is a Map method we can provide a "fetch" method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions