JSON Objects in Python

Introduction to JSON objects in Python

Sadrach Pierre, Ph.D.
Towards Data Science
5 min readApr 5, 2020

--

Java Script Object Notation (JSON) is a light weight data format with many similarities to python dictionaries. JSON objects are useful because browsers can quickly parse them, which is ideal for transporting data between a client and a server. In this post, we will discuss how to use python’s JSON library to send and receive JSON data.

--

--

Writer for Built In & Towards Data Science. Cornell University Ph. D. in Chemical Physics.