Advanced JavaScript Training
Introduction to JSON

Introduction to JSON

  • JSON, which stands for JavaScript Object Notation, is a lightweight data interchange format.It's easy for humans to read and write and easy for machines to parse and generate.
  • JSON is commonly used for configuration files, data exchange between a server and a web application, and more.
Have a doubt?
Post it here, our mentors will help you out.