About 1,550,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 data objects …

    Missing:
    • meaning
    Must include:
  2. 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.

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

    Aug 12, 2022 · JSON is a text-based data representation format that can encode six different data types. JSON has become a staple of the software development ecosystem; it's supported by all major …

    Missing:
    • meaning
    Must include:
  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 server and …

    Missing:
    • meaning
    Must include:
  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 …

    Missing:
    • meaning
    Must include:
  6. 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 often used to …

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

    Apr 14, 2023 · It’s a lightweight data interchange format. JSON is for example used to transfer data on the web between browsers, mobile devices, and servers. It is also used as data format in databases …

    Missing:
    • meaning
    Must include:
  8. 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. Even …

  9. What Is JSON? Syntax, Types and Uses Explained with Examples

    Nov 12, 2025 · At its core, JSON is a lightweight, text-based format for storing and transferring data. Think of it as a universal packaging method for data that makes it easy to read, write, and transmit …

  10. What are JSON Files and How Did You Use Them?

    Nov 3, 2024 · JSON (JavaScript Object Notation) files are a powerful tool in the world of data interchange, and understanding their significance can greatly enhance your programming …