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
Write a JsonPath expression using unicode escape sequences.
Possible Solution
For double-quoted strings, maybe relying on json_decode could work. But as we need to support single-quoted strings that are not supported in JSON, this might not be worth it.