By the end of this lesson, you should be able to...
Vid 1 - Creating JSON
objects in Python
Vid 1 - Creating JSON
objects in Python
Vid 2 - Returning JSON
objects in a Flask route
Vid 2 - Returning JSON
objects in a Flask route
Complete the exercise in this repl.it and submit your work.
<aside> π€ How do we efficently package information so that tens of thousands of users can be served as quickly as possible?
</aside>
JSON
stands for JavaScript Object Notation.
<aside>
π¨ A JSON
object can be used by languages other than Javascript! JSON
objects find their origins in Javascript and therefore look similar to themβbut JSON
objects also look quite similar to Python objects too.
</aside>