Make .$[]
only use __iter_getitem__
, not __getitem__
#733
Labels
Milestone
.$[]
only use __iter_getitem__
, not __getitem__
#733
Lets you do things like
{"a":0, "b":1}$[0]
.The text was updated successfully, but these errors were encountered: