Working with JSON in Python Flask | CodeHandbook
codehandbook.org › working-with-json-in-python-flaskApr 10, 2016 · With the advent of JavaScript based web technologies and frameworks like AngularJS, Node.js etc., knowing how work with JSON is a must. In this tutorial, we’ll see how to use JSON in Python Flask web application. JSON is a lightweight data format which is widely used across web applications for interchanging data across and within web applications. JSON means JavaScript Object Notation. From ...