<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to JSONArray</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>Recent changes to JSONArray</description><atom:link href="https://sourceforge.net/p/jsonlib/wiki/JSONArray/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 25 Sep 2013 14:32:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jsonlib/wiki/JSONArray/feed" rel="self" type="application/rss+xml"/><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -14,7 +14,7 @@
 *Definition* | *Description*
 -------------|--------------
 public Int32 **Count** | *Gets the number of items in this instance of JSONArray.*
-public JSONValue **this**[int index] | *Gets or sets value at position with specified index. If gets and key doesn't exists, null value will be returned, if sets and the key doesn't exists, new key will be added and value assigned to it.*
+public JSONValue **this**\[int index\] | *Gets or sets value at position with specified index. If gets and key doesn't exists, null value will be returned, if sets and the key doesn't exists, new key will be added and value assigned to it.*

 - *Methods*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Wed, 25 Sep 2013 14:32:04 -0000</pubDate><guid>https://sourceforge.net031f5fa678095cbf37556c46b1c6249e36b7fb8a</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -4,22 +4,22 @@

 - *Contructors*

-Definition | Description
------------|------------
+*Definition* | *Description*
+-------------|--------------
 public JSONArray(Object[] data) | *Creates JSONArray instance by assigning values from an array of Objects.*
 public JSONArray(IEnumerable data) | *Creates JSONArray instance by assigning values from any type that implements interface IEnumerable.*

 - *Properties*

-Definition | Description
------------|------------
+*Definition* | *Description*
+-------------|--------------
 public Int32 **Count** | *Gets the number of items in this instance of JSONArray.*
 public JSONValue **this**[int index] | *Gets or sets value at position with specified index. If gets and key doesn't exists, null value will be returned, if sets and the key doesn't exists, new key will be added and value assigned to it.*

 - *Methods*

-Definition | Description
------------|------------
+*Definition* | *Description*
+-------------|--------------
 public IEnumerator **GetEnumerator**() | *Returns an enumerator that iterates through JSONArray.*
 public JSONValue **Add**(Object data) | *Adds an object to the end of the collection.*
 public JSONValue **Insert**(Object data, Int32 index) | *Inserts an object at the position with specified index. All following values will be moved one position forward.*
@@ -30,7 +30,7 @@

 - *Operators*

-Definition | Description
------------|------------
+*Definition* | *Description*
+-------------|--------------
 public static implicit operator **String**(JSONArray data) | *Creates string representation of JSONArray by calling ToString method.*
 public static implicit operator **JSONArray**(String value) | *Creates JSONArray from JSON string by calling Parse method.*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Wed, 25 Sep 2013 14:25:31 -0000</pubDate><guid>https://sourceforge.netcbceca9e146dd4bcbfb369d269df7ac10eed5fc0</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -32,5 +32,5 @@

 Definition | Description
 -----------|------------
-public static implicit operator **String**(JSONArray data) | *Creates string representation of JSONObject by calling ToString method.*
+public static implicit operator **String**(JSONArray data) | *Creates string representation of JSONArray by calling ToString method.*
 public static implicit operator **JSONArray**(String value) | *Creates JSONArray from JSON string by calling Parse method.*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Wed, 25 Sep 2013 10:42:35 -0000</pubDate><guid>https://sourceforge.net28ce36fbcb00c2b15dd4ce7719ad7b35aa75791b</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -23,7 +23,7 @@
 public IEnumerator **GetEnumerator**() | *Returns an enumerator that iterates through JSONArray.*
 public JSONValue **Add**(Object data) | *Adds an object to the end of the collection.*
 public JSONValue **Insert**(Object data, Int32 index) | *Inserts an object at the position with specified index. All following values will be moved one position forward.*
-public JSONValue **Remove**(JSONValue data) | *Removes an JSONValue from the collection. Note that only reference to some value in JSON array is index. JSONValue must explicitly be constructed before adding it into collection if you want to keep reference to it. That because collection keeps reference to Object, not JSONValue, and JSONValue is created on-the-fly when accessing some value.*
+public JSONValue **Remove**(JSONValue data) | *Removes an JSONValue from the collection. Note that the only reference to some value in JSON array is index. JSONValue must explicitly be constructed before adding it into collection if you want to keep reference to it. That because collection keeps reference to Object, not JSONValue, and JSONValue is created on-the-fly when accessing some value.*
 public JSONValue **RemoveAt**(int index) | *Removes value with the specified index from the collection.*
 public override String **ToString**() | *Overrides ToString method and returns JSON string representation of this instance.*
 public static JSONArray **Parse**(String data) | *Parses JSON string and returns newly created JSONArray instance, or null if input string is not a valid JSON.*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Wed, 25 Sep 2013 10:41:37 -0000</pubDate><guid>https://sourceforge.net73064b45debbcd40a4ffcb29bb2f1c54b923ec16</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -27,3 +27,10 @@
 public JSONValue **RemoveAt**(int index) | *Removes value with the specified index from the collection.*
 public override String **ToString**() | *Overrides ToString method and returns JSON string representation of this instance.*
 public static JSONArray **Parse**(String data) | *Parses JSON string and returns newly created JSONArray instance, or null if input string is not a valid JSON.*
+
+- *Operators*
+
+Definition | Description
+-----------|------------
+public static implicit operator **String**(JSONArray data) | *Creates string representation of JSONObject by calling ToString method.*
+public static implicit operator **JSONArray**(String value) | *Creates JSONArray from JSON string by calling Parse method.*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Wed, 25 Sep 2013 08:40:59 -0000</pubDate><guid>https://sourceforge.netd716849ed0c70c2cc5bd91a9331c97fb97eb46f5</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -13,12 +13,17 @@

 Definition | Description
 -----------|------------
-public Int32 *Count* | *Gets the number of items in this instance of JSONArray.*
-public JSONValue *this*[int index] | *Gets or sets value at position with given index.*
+public Int32 **Count** | *Gets the number of items in this instance of JSONArray.*
+public JSONValue **this**[int index] | *Gets or sets value at position with specified index. If gets and key doesn't exists, null value will be returned, if sets and the key doesn't exists, new key will be added and value assigned to it.*

 - *Methods*

 Definition | Description
 -----------|------------
-public IEnumerator *GetEnumerator*() | *Gets the number of items in this instance of JSONArray.*
-
+public IEnumerator **GetEnumerator**() | *Returns an enumerator that iterates through JSONArray.*
+public JSONValue **Add**(Object data) | *Adds an object to the end of the collection.*
+public JSONValue **Insert**(Object data, Int32 index) | *Inserts an object at the position with specified index. All following values will be moved one position forward.*
+public JSONValue **Remove**(JSONValue data) | *Removes an JSONValue from the collection. Note that only reference to some value in JSON array is index. JSONValue must explicitly be constructed before adding it into collection if you want to keep reference to it. That because collection keeps reference to Object, not JSONValue, and JSONValue is created on-the-fly when accessing some value.*
+public JSONValue **RemoveAt**(int index) | *Removes value with the specified index from the collection.*
+public override String **ToString**() | *Overrides ToString method and returns JSON string representation of this instance.*
+public static JSONArray **Parse**(String data) | *Parses JSON string and returns newly created JSONArray instance, or null if input string is not a valid JSON.*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Wed, 25 Sep 2013 08:37:44 -0000</pubDate><guid>https://sourceforge.neta2db738c4b352327604a1443dec2c2e209d7d342</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -6,4 +6,19 @@

 Definition | Description
 -----------|------------
-public JSONArray(Object[] data) | Creates JSONArray instance by assigning values from an array of Objects.
+public JSONArray(Object[] data) | *Creates JSONArray instance by assigning values from an array of Objects.*
+public JSONArray(IEnumerable data) | *Creates JSONArray instance by assigning values from any type that implements interface IEnumerable.*
+
+- *Properties*
+
+Definition | Description
+-----------|------------
+public Int32 *Count* | *Gets the number of items in this instance of JSONArray.*
+public JSONValue *this*[int index] | *Gets or sets value at position with given index.*
+
+- *Methods*
+
+Definition | Description
+-----------|------------
+public IEnumerator *GetEnumerator*() | *Gets the number of items in this instance of JSONArray.*
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Wed, 25 Sep 2013 07:31:33 -0000</pubDate><guid>https://sourceforge.net36b2158266812f570f1eb141444073b4215af9e6</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,9 @@
 *Represents an ordered collection of values.*

 *Implements interface* **IEnumerable**.
+
+- *Contructors*
+
+Definition | Description
+-----------|------------
+public JSONArray(Object[] data) | Creates JSONArray instance by assigning values from an array of Objects.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Tue, 24 Sep 2013 14:56:34 -0000</pubDate><guid>https://sourceforge.netcf666451d2b622d6a70d8a53188245b8d460e660</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,3 @@
 *Represents an ordered collection of values.*

-*Implements interface* **IEnumerable\**.
+*Implements interface* **IEnumerable**.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Tue, 24 Sep 2013 14:44:05 -0000</pubDate><guid>https://sourceforge.net13a043020054cf253f64960d42200ae6af60f94c</guid></item><item><title>JSONArray modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/JSONArray/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,3 @@
 *Represents an ordered collection of values.*

-*Implements interface* **IEnumerable**.
+*Implements interface* **IEnumerable\**.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Tue, 24 Sep 2013 14:43:41 -0000</pubDate><guid>https://sourceforge.netd70b5ddc77f07b63be59bb371dbc98f8fc7c521a</guid></item></channel></rss>