About 47,000,000 results
Open links in new tab
  1. 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 …

  2. What is JSON - W3Schools.com

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

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

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

    Aug 12, 2022 · JSON is a text-based data representation format that can encode six different data types. JSON has become a staple of the software development ecosystem; it's supported by …

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

  6. Complete Guide to JSON for Beginners

    JSON serves as the backbone of modern web applications, acting as the primary format for data exchange between clients and servers. When you use a mobile app, browse a website, or …

  7. Working with JSON - Learn web development | MDN

    Aug 18, 2025 · JSON is a text-based data format following JavaScript object syntax. It represents structured data as a string, which is useful when you want to transmit data across a network. …

  8. What Is JSON? Syntax, Types and Uses Explained with Examples

    Dec 19, 2025 · At its core, JSON is a lightweight, text-based format for storing and transferring data. Think of it as a universal packaging method for data that makes it easy to read, write, …

  9. What Is JSON? Syntax, Examples + Cheat Sheet - Hostinger

    Sep 9, 2025 · JSON is a format that stores structured information. It is mainly used to transmit web application data between a virtual server host and a client. JSON appears in files with the …

  10. What is JSON? Learn all about JSON in 5 minutes | Indepth

    Apr 14, 2023 · It’s a lightweight data interchange format. JSON is for example used to transfer data on the web between browsers, mobile devices, and servers. It is also used as data format …