Skip to content

JSON JSONDecodeError: Extra data Python

I’m trying to print every value of a Json using Python. There are 3 Json phrases that are seperated by “,” and I get an error if I try to load all of it to the json.loads function. Here is what I’m trying to do: and the error I’m getting: json.decoder.JSONDecodeError: Extra data:…