DO YOU NEED A CONTENT WRITER FOR YOUR BUSINESS?

Your One-Stop Solution for All Content Needs! Click here for more!
Json

What is JSON?

Share

JSON or JavaScript Object Notation is nothing but a text-based human-readable data storing and interchange. Douglas Crockford originally specified the this format.
The media for this is application/json and the extension is .json.
This is an easier-to-use alternative of XML.

The below example shown an student object with an array of 3 records:

{"students":[
    {"Name":"Tim", "Age":"25"},
    {"Name":"John", "Age":"30"},
    {"Name":"Jane", "Age":"45"}
]}

Below example you can loop through:

<!DOCTYPE html>
<html>
<body>
<h2>Example</h2>
<p id="demo"></p>
<script>
  var str = '';
  var text = {"students":[{"Name":"Tim", "Age":"25"},{"Name":"John", "Age":"30"},{"Name":"Jane", "Age":"45"}]};
  var obj = text.students;
  for ( var i in obj) {
    str +=obj[i].Name+ ":" + obj[i].Age+"<br>";
  }
  document.getElementById("demo").innerHTML = str;
</script>
</body>
</html>

So why JSON?

For AJAX JSON, is faster and easier.
JSON is quicker for reading and writing.

Namaste UI (Author)

Namaste UI collaborates closely with clients to develop tailored guest posting strategies that align with their unique goals and target audiences. Their commitment to delivering high-quality, niche-specific content ensures that each guest post not only meets but exceeds the expectations of both clients and the hosting platforms. Connect with us on social media for the latest updates on guest posting trends, outreach strategies, and digital marketing tips. For any types of guest posting services, contact us on info[at]namasteui.com.

Published by
Namaste UI (Author)

Recent Posts

Best Social Media Agencies in Dubai – 2025 Guide

Dubai’s digital landscape is highly competitive, making it essential for businesses to work with the…

22 hours ago

Tips on Hiring Plumbing Contractors Company

Are you planning to hire plumbers for repairing water lines, checking the level of your…

1 day ago

Common Household Plumbing Problems That Sydney Residents Endure

Despite being one of the most expensive real estate markets in the world, Australians still…

2 days ago

The Best Online Grammar Checkers

Below are the tools that actually help instead of confusing you with long explanations or…

4 days ago

WellHealthOrganic Yurovskiy Kirill: A Journey Through Global Hangover Cures

There’s something strangely universal about waking up after a long night, head heavy, throat dry,…

5 days ago

The Ultimate Guide for Using Crop Video Without Losing Quality

Have you ever uploaded a video only to realize it looks stretched, blurry, or awkward,…

7 days ago