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

Does this work for nested JSON? #81

Open
psarma89 opened this issue Mar 10, 2020 · 0 comments
Open

Does this work for nested JSON? #81

psarma89 opened this issue Mar 10, 2020 · 0 comments

Comments

@psarma89
Copy link

Looks like it will work for the top level keys in a json data structure, but does it work for nested data like this? Does not seems to work for nestedKey in the scenario below.

{
  someKey1: "value 1"
  someKey2: "value 2"
  someKey3: [{"nestedKey":"nested value"}]
}
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