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
It doesn't seem to be possible to access values whose path includes arrays.
{ "foo":["bar"] }
Ideally, the prop_path = foo[0] should return the value bar.
prop_path
foo[0]
bar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It doesn't seem to be possible to access values whose path includes arrays.
Ideally, the
prop_path
=foo[0]
should return the valuebar
.The text was updated successfully, but these errors were encountered: