Answer the question
In order to leave comments, you need to log in
How to fix error with json library on heroku?
import json
json_string = """ { "name":"John", "age":30, "car":null } """
parsed_string = json.loads(json_string)
AttributeError: module 'json' has no attribute 'loads'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question