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
Hi, I finally found time to work on [making jsonpath-hs pass the CTS]. I think the cts.json needs to double escape all the tests [with] selectors which encode characters using the \u notation. Otherwise the JSON parser which parses the test already decodes them giving no chance to the jsonpath parser.