About 48,700,000 results
Open links in new tab
  1. 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 …

  2. What is JSON - W3Schools.com

    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.

  3. 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 …

  4. What Is JSON and How Do You Use It? - How-To Geek

    Aug 12, 2022 · What Is JSON and How Do You Use It? JSON (JavaScript Object Notation) is a standardized format for representing structured data. Although JSON grew out of the …

  5. 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 …

  6. Working with JSON - Learn web development | MDN

    Aug 18, 2025 · JSON is a text-based data format following JavaScript object syntax. It represents structured data as a string, which is useful when you want to transmit data across a network. …

  7. 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. It is …