Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 309 Bytes

Deserialization_Validation.md

File metadata and controls

9 lines (7 loc) · 309 Bytes

Deserialization and Validation

alt text

  • Deserialization is the process of converting the JSON data into a Django object.

  • Validation is the process of checking if the data is valid or not.

views.py