Python -> JSON list, tuple -> array ⇡dump, dumps Serialization, Encoding We can say writing JSON file over the Python format JSON -> Python array -> list ⇡load, loads Deserialization, Decoding We can say reading JSON file over the Python format import json student_data = { "1.FirstName": "Gildong", "2.LastName": "Hong", "3.Age": 20, "4.University": "Yonsei University", "5.Courses": [ { "Major": ..