How to incorporate the immensely popular JSON data format in Python for storage of textual data. — 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). We’ll cover the basics for creating and loading JSON files, file storage, and newline delimited JSON storage and take a…