We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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