This is the error I am getting
java.lang.RuntimeException: org.codehaus.jackson.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 9)): has to be escaped using backslash to be included in string value at [Source: java.io.StringReader@73f9c253; line: 335, column: 30]
And here's the json file
Thanks Dario for the answer. I was able to find the solution after a while. It was the \r or new line problem. Was able to fix it.
Thanks again.
Nice to hear so! :)
Have a good day.
Best Regards,
Dario
Atlassian Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The JSON file is not attached.
However, the error message says that on line 335, column 30, you have an invalid character that should be either escaped using backslash \ or surrounded by quotes.
Not having the JSON file I cannot check which character it is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.