About 3,070,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 · What is a JSON file? 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 …

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

  3. What Is JSON and How Do You Use It? - How-To Geek

    Aug 12, 2022 · In this article, we'll explain what JSON is, how it expresses different data types, and the ways you can produce and consume it in popular programming languages.

  4. JSON

    JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, …

  5. JSON Syntax - W3Schools

    You will learn how to convert JavaScript objects into JSON later in this tutorial.

  6. JSON File Format - 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.

  7. What Is a JSON File and How to Open It? - TechBloat

    May 6, 2025 · One of the most widely-used formats for data interchange is JSON, or JavaScript Object Notation. This article will provide a comprehensive overview of JSON files, explaining …

  8. JSON File: How to open JSON file (and what it is)

    Jan 22, 2025 · JSON (JavaScript Object Notation) is a file format that stores structured data in a simple and human-readable way. It is based on a subset of the JavaScript programming …

  9. JSON Tutorial - GeeksforGeeks

    Aug 2, 2025 · JSON (JavaScript Object Notation) is a widely-used, lightweight data format for representing structured data. Used Extensively : Used in APIs, configuration files, and data …

  10. JSON Cheat Sheet & Quick Reference

    JSON is a lightweight text-based open standard designed for human-readable data interchange. JSON is easy to read and write. { "url": "https://quickref.me", "msg" : "Hi,\n\"QuickRef.ME\"", …