Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested get #156

Open
baubakg opened this issue Jun 19, 2023 · 0 comments
Open

Nested get #156

baubakg opened this issue Jun 19, 2023 · 0 comments

Comments

@baubakg
Copy link

baubakg commented Jun 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant