JSON and textual data in Python

How to incorporate the immensely popular JSON data format in Python for storage of textual data.

Louis de Bruijn
Towards Data Science
5 min readJan 4, 2021

--

Image by author

In this story, we’ll look at JavaScript Object Notation or JSON, probably the world’s preferred data-interchange format and a sure-fire upgrade from more traditional file storage options (XML, CSV, TSV).

--

--