<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cio-wiki.net//index.php?action=history&amp;feed=atom&amp;title=JavaScript_Object_Notation_%28JSON%29</id>
	<title>JavaScript Object Notation (JSON) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cio-wiki.net//index.php?action=history&amp;feed=atom&amp;title=JavaScript_Object_Notation_%28JSON%29"/>
	<link rel="alternate" type="text/html" href="https://cio-wiki.net//index.php?title=JavaScript_Object_Notation_(JSON)&amp;action=history"/>
	<updated>2026-06-04T01:51:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://cio-wiki.net//index.php?title=JavaScript_Object_Notation_(JSON)&amp;diff=12960&amp;oldid=prev</id>
		<title>User: Created page with &quot;== What is JavaScript Object Notation (JSON)? ==  '''JavaScript Object Notation (JSON)''' is a lightweight data-interchange format that is used for transmitting data over the...&quot;</title>
		<link rel="alternate" type="text/html" href="https://cio-wiki.net//index.php?title=JavaScript_Object_Notation_(JSON)&amp;diff=12960&amp;oldid=prev"/>
		<updated>2022-12-29T21:42:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== What is JavaScript Object Notation (JSON)? ==  &amp;#039;&amp;#039;&amp;#039;JavaScript Object Notation (JSON)&amp;#039;&amp;#039;&amp;#039; is a lightweight data-interchange format that is used for transmitting data over the...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== What is JavaScript Object Notation (JSON)? ==&lt;br /&gt;
&lt;br /&gt;
'''JavaScript Object Notation (JSON)''' is a lightweight data-interchange format that is used for transmitting data over the internet. It is based on a subset of the JavaScript programming language and is easy for humans to read and write. JSON is primarily used to transmit data between a server and a web application, as an alternative to XML.&lt;br /&gt;
&lt;br /&gt;
In JSON, data is represented as a collection of key-value pairs, with each key being a string and each value being either a string, a number, a boolean value (true or false), an array, or an object. Arrays and objects can contain other arrays and objects, allowing for the creation of complex data structures.&lt;br /&gt;
&lt;br /&gt;
Here is an example of a simple JSON object:&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;name&amp;quot;: &amp;quot;John Smith&amp;quot;,&lt;br /&gt;
  &amp;quot;age&amp;quot;: 30,&lt;br /&gt;
  &amp;quot;isEmployed&amp;quot;: true,&lt;br /&gt;
  &amp;quot;skills&amp;quot;: [&amp;quot;JavaScript&amp;quot;, &amp;quot;HTML&amp;quot;, &amp;quot;CSS&amp;quot;]&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
In this example, the object has four properties: &amp;quot;name&amp;quot;, &amp;quot;age&amp;quot;, &amp;quot;isEmployed&amp;quot;, and &amp;quot;skills&amp;quot;. The value of the &amp;quot;name&amp;quot; property is a string, the value of the &amp;quot;age&amp;quot; property is a number, the value of the &amp;quot;isEmployed&amp;quot; property is a boolean, and the value of the &amp;quot;skills&amp;quot; property is an array of strings.&lt;br /&gt;
&lt;br /&gt;
JSON is widely used in web development as a way to send and receive data between a server and a client. It is often used in conjunction with AJAX (Asynchronous JavaScript and XML) to update parts of a web page without needing to reload the entire page. JSON is also used in many other contexts, such as storing data in databases and as a configuration format for software applications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Application]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>User</name></author>
	</entry>
</feed>