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
I support foo.bar style path just because it's more simple and straightforward in JavaScript, but I think foo['bar'] is also good. Here are some points:
To parse foo['bar'][0] will cost a little more than foo.bar.0
The style foo['bar'][0] is a little bit longer than foo.bar.0
You seem to follow a different approach to selecting items in an array than this http://goessner.net/articles/JsonPath/
Any particular reason?
I'm considering forking this project to support this approach. Is this something you would merge back in?
The text was updated successfully, but these errors were encountered: