About 1,310,000 results
Open links in new tab
  1. JavaScript JSON - W3Schools

    The JSON format is syntactically identical to the code for creating JavaScript objects. Because of this, a JavaScript program can easily convert JSON data into native JavaScript objects.

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

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

  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 …

  5. What Is JavaScript Object Notation (JSON)? - milddev.com

    Jun 23, 2025 · JavaScript Object Notation, or JSON, is a lightweight data interchange format that's easy for humans to read and write—and easy for machines to parse and generate. It …

  6. JavaScript Object Notation (JSON) Full Explanation with Examples

    Dec 5, 2025 · Explore JavaScript Object Notation and learn how it facilitates efficient data exchange in modern web applications.

  7. What Is JSON (JavaScript Object Notation)? | Built In

    Aug 19, 2025 · Summary: JSON (JavaScript Object Notation) is a language-independent, human-readable format used to store and transfer data. Commonly used in RESTful APIs, it supports …

  8. JSON 101: An Introduction to Using JavaScript Object Notation

    Dec 29, 2024 · J ava S cript O bject N otation or JSON is a lightweight, data interchange format. It was derived from JavaScript’s syntax, but has come to be language independent and …

  9. JSON for Beginners – JavaScript Object Notation Explained in …

    Jan 11, 2025 · JSON (JavaScript Object Notation) has become ubiquitous for transmitting and storing data in web development. This comprehensive 4,300+ word guide aims to demystify …

  10. JSON Syntax - W3Schools

    In JavaScript, you can write string values with double or single quotes: Because JSON syntax is derived from JavaScript object notation, very little extra software is needed to work with JSON …