About 1,430,000 results
Open links in new tab
  1. JSON - Wikipedia

    JSON (JavaScript Object Notation, pronounced / ˈdʒeɪsən / or / ˈdʒeɪˌsɒn /) is an open standard file format and data interchange format that uses human-readable text to store and transmit …

  2. What is JSON? - W3Schools

    JSON stands for JavaScript Object Notation. JSON is a lightweight format for storing and transporting data. JSON is often used when data is sent from a server to a web page. JSON is …

  3. JSON Syntax - W3Schools

    The JSON syntax is a subset of the JavaScript syntax. JSON syntax is derived from JavaScript object notation syntax: JSON data is written as name/value pairs (aka key/value pairs). A …

  4. 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.

  5. JavaScript JSON - W3Schools

    What is JSON? JSON stands for JavaScript Object Notation; JSON is a lightweight data interchange format; JSON is language independent * JSON is "self-describing" and easy to …

  6. JSON - Introduction - W3Schools

    What is JSON? JSON stands for JavaScript Object Notation; JSON is a lightweight data-interchange format; JSON is plain text written in JavaScript object notation; JSON is used to …

  7. Working with JSON - Learn web development | MDN - MDN …

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

  8. JSON - JavaScript | MDN - MDN Web Docs

    JSON is a syntax for serializing objects, arrays, numbers, strings, booleans, and null. It is based upon JavaScript syntax, but is distinct from JavaScript: most of JavaScript is not JSON. For …

  9. JSON Tutorial - GeeksforGeeks

    Feb 27, 2025 · JSON stands for JavaScript Object Notation and is a lightweight, text-based data format designed for easy data exchange. JSON is widely used to transmit data between a …

  10. What is JSON? - GeeksforGeeks

    Jan 11, 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 …

Refresh