Practice ยท 1 of 3
JSON Round-Trip
Implement save_records(records, path) writing a JSON list (ensure_ascii=False) and load_records(path) reading it back. Both use UTF-8 explicitly.
Difficulty: intermediate
Press Submit to check your solution.
Back to lesson: Practice: Round-Trip Drills