1. More Images

    JSON

    Text-based open standard designed for human-readable data interchange
    json.org

    JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of name–value pairs and arrays. 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 JavaScript, but many modern programming languages include code to generate and parse JSON-format data. JSON filenames use the extension.json. Douglas Crockford originally specified the JSON format in the early 2000s. He and Chip Morningstar sent the first JSON message in April 2001. Wikipedia

    Was this helpful?
  2. en.wikipedia.org

    While JSON provides a syntactic framework for data interchange, unambiguous data interchange also requires agreement between producer and consumer on the semantics of specific use of the JSON syntax. [25] One example of where such an agreement is necessary is the serialization of data types that are not part of the JSON standard, for example, dates and regular expressions.
  3. developer.mozilla.org

    JSON.parse() Parse a piece of string text as JSON, optionally transforming the produced value and its properties, and return the value. JSON.rawJSON() Creates a "raw JSON" object containing a piece of JSON text. When serialized to JSON, the raw JSON object is treated as if it is already a piece of JSON. This text is required to be valid JSON.
  4. geeksforgeeks.org

    Dec 13, 2024JSON text refers to a lightweight, human-readable format for structuring data using key-value pairs and arrays. It is widely used for data interchange between systems, making it ideal for APIs, configuration files, and real-time communication. In today’s interconnected digital world, data flows seam
  5. w3resource.com

    Jan 6, 2025Understanding JSON through Examples and Applications Last update on January 06 2025 13:48:59 (UTC/GMT +8 hours) JSON Example: Comprehensive Guide. JSON (JavaScript Object Notation) is a lightweight data-interchange format used extensively for transferring data between a server and a web application. It is easy to read and write for humans and ...
  6. attacomsian.com

    JSON — short for JavaScript Object Notation — is a popular format for storing and exchanging data. As the name suggests, JSON is derived from JavaScript but later embraced by other programming languages. JSON file ends with a .json extension but not compulsory to store the JSON data in a file. You can define a JSON object or an array in ...
  7. geeksforgeeks.org

    Jan 11, 2025JSON can contain objects and arrays nested within each other. Use array indexing and dot notation to access nested data. Applications of JSON. Web APIs: JSON is commonly used to fetch data from RESTful APIs. Configuration Files: Many tools and applications use JSON for storing configuration settings. Data Storage: JSON is used in NoSQL databases like MongoDB.
  8. developer.mozilla.org

    Dec 19, 2024JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications (e.g., sending some data from the server to the client, so it can be displayed on a web page, or vice versa). You'll come across it quite often, so in this article, we give you all you need to work ...
  9. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX