About 43,400,000 results
Open links in new tab
  1. 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.

  2. JSON Strings - Syntax, Rules, and Examples - Tutorial Kart

    JSON Strings are used to represent textual data, such as names, descriptions, or any data that is stored as plain text. In this tutorial, we’ll explore JSON strings, their syntax, and key …

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

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

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

    Aug 12, 2022 · JSON (JavaScript Object Notation) is a standardized format for representing structured data. Although JSON grew out of the JavaScript programming language, it's now an …

  6. Complete Guide to JSON for Beginners

    What is JSON? JSON (JavaScript Object Notation) is a lightweight, text-based data interchange format that's easy for humans to read and write, and easy for machines to parse and generate.

  7. javascript - Is JSON a string? - Stack Overflow

    Jan 10, 2019 · JSON is text that adheres to the JavaScript Object Notation standardised format. When passing JSON data, especially over the wire, it's usually encoded as a string. But not all …

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

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

    Feb 15, 2025 · One format that has become indispensable for web development and data exchange is JSON (JavaScript Object Notation). In this comprehensive guide, we’ll break …

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