We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
I've a highly nested Json that I want to iterate through. Here is an example.
[{"a":[{"3":5},{"2":3},{"b":[{"n":2},{"b":"c"},{"c":[{"d":1},{"u":2}]}]}]},{"a":[{"3":5},{"2":3},{"b":[{"n":2},{"b":"c"},{"c":[{"d":1},{"f":[[2,3,4,{"tik":1}],3,5]}]}]}]},{"a":[{"3":5},{"2":3},{"b":[{"n":2},{"b":"c"},{"c":[{"d":1},{"i":2}]}]}]}]
Ho do I get to the tik key?
tik
Also probably an unrelated question, is there a way how to search this highly nested Json based on key or value?
Thank you
The text was updated successfully, but these errors were encountered:
@ehmo
Hi, ehmo!!
Do you remember this issue? I've just finished to support this issue on my forked repo.
You can find your "tik" key. https://github.com/aimof/jason/blob/fbb734d7ff248e01beea369ac2cc01b945c185aa/jason_highly_nested_test.go#L69 https://github.com/aimof/jason/blob/fbb734d7ff248e01beea369ac2cc01b945c185aa/jason_highly_nested_test.go#L120
Please check my srouce code. The way of parsing is changed but it has compatibility.
Thank you.
Sorry, something went wrong.
No branches or pull requests
Hi,
I've a highly nested Json that I want to iterate through. Here is an example.
Ho do I get to the
tik
key?Also probably an unrelated question, is there a way how to search this highly nested Json based on key or value?
Thank you
The text was updated successfully, but these errors were encountered: