Python — From Basics to Advanced · Files and I/O
JSON
Files and I/O
Introduction
JSON is a standard data-exchange format. Python's json module converts dictionaries ⇄ JSON strings and reads/writes JSON files.
Python — From Basics to Advanced · Files and I/O
Files and I/O
JSON is a standard data-exchange format. Python's json module converts dictionaries ⇄ JSON strings and reads/writes JSON files.