WEB 1.1 - Module 3: Lesson 3

Learning Outcomes πŸ’«

By the end of this lesson, you should be able to...

Video Companions πŸŽ₯

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

Exercises πŸ’ͺ

Complete the exercise in this repl.it and submit your work.

Written Companion πŸ—’

<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>