json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

This is usually an error caused by the incorrect JSON format. Check your JSON, for example, if it is written in single quotes

{
{
“key1″:”value1”,
“key2″:”value2”

}

>

>

>

>
>

>
 
Although easy to explain, but it does solve the problem of my
— — — — — — — — — — — — — — — — — — — — —
the author: benben0729
source: CSDN:
the original https://blog.csdn.net/benben0729/article/details/80880247
copyright statement: this article original articles for bloggers, reproduced please attach link to blog!

Read More: