About 16,300,000 results
Open links in new tab
  1. JSON File - What is a .json file and how do I open it? - FileInfo.com

    Nov 2, 2023 · A JSON file is a file that stores simple data structures and objects in JavaScript Object Notation (JSON) format, which is a standard data interchange format. It is primarily used for transmitting data between a web application and a server.

  2. What is JSON? - W3Schools

    JSON stands for JavaScript Object Notation. JSON is a lightweight format for storing and transporting data. JSON is often used when data is sent from a server to a web page. JSON is "self-describing" and easy to understand

  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 …

  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 transmit data objects consisting of name–value pairs and arrays (or other serializable values).

  5. What Are JSON Files & How Do You Use Them? - HubSpot Blog

    Jan 25, 2022 · The JSON data format is an open standard file (.json) and data format used for data interchange through various forms of technology. The most common use of JSON data and files is to read data from a server for a website or web application to display — and change data given the correct permissions.

  6. JSON Tutorial - GeeksforGeeks

    Feb 27, 2025 · JSON stands for JavaScript Object Notation and is a lightweight, text-based data format designed for easy data exchange. JSON is widely used to transmit data between a server and a client as part of a web API response.

  7. A beginner's guide to JSON, the data format for the internet

    Jun 2, 2022 · JSON is a human-readable format for storing and transmitting data. As the name implies, it was originally developed for JavaScript, but can be used in any language and is very popular in web applications. The basic structure is built from one or …

  8. What is JSON? - GeeksforGeeks

    Jan 11, 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 a client. JSON stores data in key-value pairs. It is language-independent but derived from JavaScript syntax. JSON data is written in a human-readable format.

  9. What is JSON and what is it used for? - Stack Overflow

    Apr 16, 2023 · JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging. It is based on a subset of JavaScript language (the way objects are built in JavaScript). As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript. An example of where this is used is web services responses.

  10. JSON File Format - What is a JSON file?

    What is a JSON file? JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. JSON files are stored with the .json extension. JSON requires less formatting and is a good alternative for XML. JSON is derived from JavaScript but is a language-independent data format.

  11. Some results have been removed