Question: Create a text file named file_json.json and write given JSON data to that file. { 'name': 'Learner 1', 'experience': 'beginner', 'contact [ { 'email'
Create a text file named "file_json.json" and write given JSON data to that file. { 'name': 'Learner 1', 'experience': 'beginner', 'contact [ { 'email' 'xyz@gmail.com', 'from': 'Maharashtra'}], 'number': '43098090909 }
Step by Step Solution
There are 3 Steps involved in it
You can use the json python module to write data to a json file programatically Her... View full answer
Get step-by-step solutions from verified subject matter experts
