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
at org.codehaus.jettison.json.JSONTokener.syntaxError(JSONTokener.java:463)
at org.codehaus.jettison.json.JSONObject.(JSONObject.java:206)
at org.codehaus.jettison.json.JSONObject.(JSONObject.java:313)
and then it cites the JSON where "{" is in the first position ?!?!
==> it turns out the by moving the json file from Windows to the invisble "\uFEFF" is prefixed (byte order mark (BOM))
==> please visualize that too !
The text was updated successfully, but these errors were encountered:
at org.codehaus.jettison.json.JSONTokener.syntaxError(JSONTokener.java:463)
at org.codehaus.jettison.json.JSONObject.(JSONObject.java:206)
at org.codehaus.jettison.json.JSONObject.(JSONObject.java:313)
and then it cites the JSON where "{" is in the first position ?!?!
==> it turns out the by moving the json file from Windows to the invisble "\uFEFF" is prefixed (byte order mark (BOM))
==> please visualize that too !
The text was updated successfully, but these errors were encountered: