Robots Atlas>ROBOTS ATLAS

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.