JSON

What is JSON ?

  • Profile picture of Mcs
  • by Mcs July 1, 2025

JSON stands for JavaScript Object Notation.It is a lightweight format for storing and exchanging data, and it’s easy for both humans and machines to read.

Why Use JSON?

Used to send data between a server and a web page. Common in APIs and AJAX requests. Easy to work with in JavaScript.

JSON Structure Example:
json structure
JSON Data Types:
json structure

Comments

Add new comment

Restricted HTML

  • Allowed HTML tags: <br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.