About 861,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

    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

    Jul 23, 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 · 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 …

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

  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 …

    Missing:
    • meaning
    Must include:
  7. What is a JSON File? Complete Guide to JSON Files

    A JSON file is a text file that stores data in JSON (JavaScript Object Notation) format. JSON files use the .json file extension and contain structured data that's both human-readable and …

    Missing:
    • meaning
    Must include:
  8. What Is JSON? Syntax, Examples + Cheat Sheet - Hostinger

    Dec 2, 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 …

    Missing:
    • meaning
    Must include:
  9. What Is a JSON File and How to Open It? - TechBloat

    Jul 13, 2025 · JSON (JavaScript Object Notation) is a lightweight, text-based, language-independent data interchange format. It is designed to be easy for humans to read and write, …

  10. 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, …