Debugging error: json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 10 column 9 (char 209) #1464
Unanswered
srimayee-27-jnc
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Maybe the problem is not with param.json, but with machine.json. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get the error as mentioned in the title. Line 10 is "],". I do not understand what property I must enclose in double quotes. I have tried changing the content of line 10, with contents from other lines (in a manner consistent with the DPGEN param.json file format), however, I still get the same error at the same line and same column (line 10 and column 9). We have also fed param.json file to online JSON file formatter & validator. Our JSON files have no formatting errors. The error is specific to DPGEN. However, I do not know how to debug this. Kindly advice. Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions