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
These cases are a bit confusing to read because they're also embedded in JSON, which means the string must be double-encoded.
After decoding the test, the actual path ends up being $["☺"] where ☺ is ASCII char 0x01. JSON (and by extension JSON Path) requires that this character and others be escaped.
The requirement is in the ABNF in §2.3.1.1: unescaped defines the characters which may be found unescaped in a string.
eg: why this is an invalid selector. which would be very helpful. a test kit should point to the spec rules.
The text was updated successfully, but these errors were encountered: