JSON Path implementation issues

Issue #8 resolved
James Powell repo owner created an issue

I'm trying to support at least some part of JSON Path.

An issue is the $. that starts a JSON Path. It seems redundant: A.B.C is the same as $.A.B.C, no. However, I'm thinking of requiring the $., as otherwise the User can't have periods in their item names (i.e, "A.B.C" might be the name of an item, not a path).

Comments (1)

  1. Log in to comment