fetch

Extracting Data from JSON Python

0:00
↔️ ↕️

Timecodes:

hello guys and welcome to a new video

from hacking oils

in this video we will learn how to

extract data from a json file in python

technically json also known as

javascript object notation is a very

popular data standard used for

exchanging information and for also

representing structured data it has

become a completed norm to date

it has become a common norm to transfer

data that is used in apis in the form of

a json

and this is exchanged between the client

and the server side for web applications

in this video we will get ourselves

familiarized with the json model present

and also some important functions that

you can use in your programs so without

further wasting time let's begin the

video


Related queries:


how to read specific data from json file in python
fetch json example