Define Dictionary Meaning - True Words & Their Meanings
    • New Words
      • Recently Added Words
      • Most Popular Words
      • Most Viewed Words
    • Lists & Glossaries
    • Chatroom
    • Resources
        • Common Words
        • Common English Words
          Words containing word Black
          Lists and Glossaries
        • Games
        • Hangman
          Grammar Check
          English Practice
        • Articles
        • The Evolution of Dictionaries
          Business Jargon Decoded
    • Register
    • Login

    JSON

    Definitions
    1
    1
    169
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Rihannaundefined
      Rihanna
      last edited by admin

      Stands for JavaScript Object Notation and is pronounced like the name Jason. JSON is a text-based data interchange format designed for transmitting structured data. It is most commonly used for transferring data between web applications and web servers.
      JSON is often viewed as an alternative to XML, another plain text data interchange format. In most cases, the JSON representation of an object is more compact than the XML representation because it does not require tags for each element. Below is an example of an object named Gaming PC defined in both JSON and XML.
      {   computer: {     name: Gaming PC,     components: {       cpu: Intel i7 3.4GHz, ram: 16GB, storage: 2TB HDD     }   } }
      <computer>   <name>Gaming PC</name>   <components>     <cpu>Intel i7 3.4GHz</cpu>     <ram>16GB</ram>     <storage>2TB HDD</storage>   </components> </computer>
      As you can see, the object is represented more efficiently in JSON than in XML. JSONs efficiency has helped it become a popular choice for web applications and is it is now often used in place of XML. Even Ajax applications commonly use JSON, though Ajax technically stands for Asynchronous JavaScript and XML. While the difference between XML and JSON may be negligible for small applications, JSONs low overhead can help reduce bandwidth and other system resources used by high-traffic websites.
      File extension: .JSON

      1 Reply Last reply Reply Quote 0

        JSON meaning & definition 1 of JSON.

      • 1 / 1
      • First post
        Last post
      Define Dictionary Meaning
      Most Popular Words All Definitions Terms of Service Privacy Policy Browse Lists

      © 2023 Define Dictionary Meaning. All rights reserved

      - A B C D E F G H I J K L M N O P Q R S T U V W X Y Z