Skip to main content

Worksheet 15.5 What is JSON?

JSON stands for JavaScript Object Notation. It is a format for sharing data. You can read a JSON string from a file or from a URL and convert it into a Python dictionary or list. You can also convert a Python dictionary or list into a JSON string.

Converting a JSON String into a Python Object

Converting a Python object into a JSON string

You have attempted of activities on this page.