T
T
Ternick2019-07-05 00:12:14
JSON
Ternick, 2019-07-05 00:12:14

How to remove json.decoder.JSONDecodeError?

Mistake:

json.decoder.JSONDecodeError: Expecting ',' delimiter: line 4 column 5 (char 156)

json:
{
    "apiKey": "",
    "standartAnswer": ""
    "programName": "",
    "proxy": ""
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Ternick, 2019-07-05
@Ternick

Thank you :) I made a stupid mistake :)
I didn’t put a comma :)

{
    "apiKey": "",
    "standartAnswer": "",
    "programName": "",
    "proxy": ""
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question