DEV Community

Tankala Ashok
Tankala Ashok

Posted on

Working With JSON Data in Python | by Philipp Acsany

JSON is the most common format for the exchange of information. Python supports the JSON format through the built-in module named json. This tutorial by Philipp Acsany covered how to work with JSON data in Python. Many of the things you might know already but you will learn some new things like Prettify JSON using json.dump indentation, using json.tool how to validate JSON, minify it, etc.

Top comments (0)