Python - Structured Data Files
Which of the following is the correct syntax to read JSON data from a file file.json?
Which of the following is the correct syntax to read JSON data from a file file.json?
json.load() reads JSON data from a file object.json.loads() reads from a string, not a file; dump and dumps are for writing JSON.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions