About 40,000,000 results
Open links in new tab
  1. What is JSON - W3Schools

    The JSON syntax is derived from JavaScript object notation syntax, but the JSON format is text only. Code for reading and generating JSON data can be written in any programming language.

  2. JSON - Wikipedia

    It is a commonly used data format with diverse uses in electronic data interchange, including that of web applications with servers. JSON is a language-independent data format. It was derived …

  3. What Is JSON? Explained With JSON Examples - Json Design

    Feb 15, 2025 · JSON (JavaScript Object Notation) is a lightweight, text-based data format that is easy for humans to read and write. It is also easy for machines to parse and generate.

  4. What is JSON? - GeeksforGeeks

    Dec 8, 2025 · JSON (JavaScript Object Notation) is a lightweight text-based format for storing and exchanging data. It is easy to read, write, and widely used for communication between a …

  5. Working with JSON - Learn web development | MDN

    Aug 18, 2025 · Even though it closely resembles JavaScript object literal syntax, it can be used independently from JavaScript. Many programming environments feature the ability to read …

  6. JSON

    JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the …

  7. What is a JSON File? Complete Guide to JSON Files

    Learn what a JSON file is, how it works, and how to create, open, and use .json files. Complete guide with examples for developers and beginners.

  8. What is JSON? A Complete Guide to JSON in 2025

    Aug 2, 2025 · JSON (JavaScript Object Notation) is a lightweight, text-based format for structuring data. It is easy for humans to read and write, and easy for machines to parse and generate.

  9. What is JSON? Learn all about JSON in 5 minutes | Indepth

    Apr 14, 2023 · JSON is a lightweight data interchange format. It is simple and extremely popular. JSON values can be an array, object, string, number, boolean, or null.

  10. What Is JSON? Syntax, Examples + Cheat Sheet - Hostinger

    Sep 9, 2025 · JSON (JavaScript Object Notation) is a text-based file format designed for data interchange. It represents structured data based on the JavaScript object syntax. Because of …