About 46,900,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 - 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 from …

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

  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 …

  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. What is JSON? A Complete Guide to JSON in 2025

    Aug 2, 2025 · JSON (JavaScript Object Notation) is the language of data on the web. If you’ve ever dealt with an API, configured a project, or even debugged a front-end app, you’ve already worked with it. …

  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 often used to …