filmov
tv
Python 3.12 Intermediate Tutorial - Lesson 23 - JSON

Показать описание
Lesson 23 - JSON
JSON stands for JavaScript Object Notation.
It is a lightweight data format used for storing and exchanging data between a server and a client.
CRUD stands for the four basic operations you can perform on data in a database or system:
Operation Description HTTP Method
Create Add new data POST
Read View or retrieve data GET
Update Modify existing data PUT / PATCH
Delete Remove data DELETE
JSON stands for JavaScript Object Notation.
It is a lightweight data format used for storing and exchanging data between a server and a client.
CRUD stands for the four basic operations you can perform on data in a database or system:
Operation Description HTTP Method
Create Add new data POST
Read View or retrieve data GET
Update Modify existing data PUT / PATCH
Delete Remove data DELETE