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
Having the same problem. We're using a regex to replace the problematic characters. In our use case, we're scanning some JSON data, and it's scanned like this:
For this JSON: { "code": 1234, "account": "80921", "method": 0 }
the scanned string we get is as following: [ 'code'; 1234, 'account'; '80921'; 'method'; 0 ]
So, as stated above, we're using regex to obtain the correct JSON. Not optimal but it works.
The https:// is changed to https;// when scanned
The text was updated successfully, but these errors were encountered: