You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VERSION: 1.5.3
path: [0] | value: {'a': ['foo', 'bar']}
path: a.[0] | value: foo
path: a.[1] | value: bar
path: a.[0].[0] | value: foo
THE CORRECT VALUE IS: f
path: a.[1].[0] | value: bar
THE CORRECT VALUE IS: b
The text was updated successfully, but these errors were encountered:
I think
a.[0].[0]
anda.[1].[0]
should not be part of the results and their value should not be as it is.The text was updated successfully, but these errors were encountered: