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
We previously used json version 20070829 and we have comment lines in our json files. When we are going to upgrade json version to 20231013 , there is an exception when parsing the content to a json object.
A JSONObject text must begin with '{' at 1 [character 2 line 1]
Is there any way to upgrade the version without breaking?
The text was updated successfully, but these errors were encountered:
That certainly predates this repository history. A PR would need to be made to address supporting documents with comments. This would likely need to be added as a flag on the ParserConfiguration.java and passed through to the JSONTokener to support comments going forward.
Description
We previously used json version 20070829 and we have comment lines in our json files. When we are going to upgrade json version to 20231013 , there is an exception when parsing the content to a json object.
Is there any way to upgrade the version without breaking?
The text was updated successfully, but these errors were encountered: