What Is JSON and How to Access It With Python

preview_player
Показать описание
Learn what JSON is and where it’s used.

JavaScript Object Notation (JSON) is a standardized format commonly used to transfer data as text that can be sent over a network. It’s used by lots of APIs and Databases, and it’s easy for both humans and machines to read.

JSON represents objects as name/value pairs, just like a Python dictionary.

Рекомендации по теме