What is JSON? And why do you need it?

By DEV Community - 2020-12-27

Description

Before going on to the topic JSON, I would like to discuss a simple example because it will be a lot... Tagged with javascript, beginners, tutorial, webdev.

Summary

  • And why do you need it?
  • But a new problem is knocking at the door, how to retrieve the data and get the same data structures in the same manner that we had applied in the application?
  • JSON is mainly intended for data interchanging among the applications.
  • Here I only focused on giving the basics because after this pretty basic you are ready to go with JSON more advanced and also with the upgraded version of JSON called YAML.

 

Topics

  1. Backend (0.35)
  2. Database (0.21)
  3. Frontend (0.15)

Similar Articles

15 Essential Steps To Build Reliable Data Pipelines

By Medium - 2020-12-01

If I learned anything from working as a data engineer, it is that practically any data pipeline fails at some point. Broken connection, broken dependencies, data arriving too late, or some external…