When using JSON, you might run into the following error:
JSONDecodeError: Expecting value: line 1 column 1 (char 0)Whilst having empty data is no problem, the file itself may never be completely empty.
You most likely wanted to structure your JSON as a dictionary. To do this, edit your empty JSON file so that it instead contains {}.
Different data types are also supported. If you wish to read more on these, please refer to this article.