About 201,000 results
Open links in new tab
  1. RFC 8259: The JavaScript Object Notation (JSON) Data …

    Introduction JavaScript Object Notation (JSON) is a text format for the serialization of structured data. It is derived from the object literals of JavaScript, as defined in the ECMAScript …

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

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

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

  5. JSON is a syntax of braces, brackets, colons, and commas that is useful in many contexts, profiles, and applications. JSON stands for JavaScript Object Notation and was inspired by the …

  6. JSON methods, toJSON - The Modern JavaScript Tutorial

    Jan 24, 2024 · The JSON (JavaScript Object Notation) is a general format to represent values and objects. It is described as in RFC 4627 standard. Initially it was made for JavaScript, but many …

  7. RFC 7159 - The JavaScript Object Notation (JSON) Data …

    Introduction JavaScript Object Notation (JSON) is a text format for the serialization of structured data. It is derived from the object literals of JavaScript, as defined in the ECMAScript …

  8. JSON (JavaScript Object Notation) - Library of Congress

    May 9, 2024 · JSON provides simple notation for expressing objects, collections of name/value pairs, and for arrays, ordered lists of values. By nesting these two basic structures, trees and …

  9. RFC 8259: JSON syntax | Fullstack.wiki

    JSON is a rough subset of the ECMAScript literal syntax, for encoding six types of commonly used programming data structures: string-value maps (objects), ordered lists (arrays), Unicode …

  10. RFC 8259: The JavaScript Object Notation (JSON) Data …

    Dec 1, 2017 · JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming …

  11. Some results have been removed