<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jsonlib/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 17 Feb 2014 09:07:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jsonlib/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,6 +1,6 @@
 **About JSONLIB**

-JSONLIB is a JSON data format handling class library for .NET, intended to be easy to write and easy to use tool, which integrates into code inline and not depending of other classes. So it does not uses serialization (although it might include it in the future releases). It uses simple constructors and regex based parsing, and it maybe isn't the fastest one (I'm not really testing it), but instead has to be to the simplest.
+JSONLIB is a JSON data format handling class library for .NET, intended to be easy to write and easy to use tool, which integrates into code inline and not depending of other classes. So it does not uses serialization (although it might include it in the future releases). It uses simple constructors and regex based parsing, and it maybe isn't the fastest one (I'm not really testing it), but instead has to be to the simplest possible.

 **Classes**

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Mon, 17 Feb 2014 09:07:17 -0000</pubDate><guid>https://sourceforge.net3c16af05d7af45f9bd9763eaef0bb24ffbc1c323</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -10,14 +10,4 @@

 **JSONLIB in action**

-JSONObject jsonObject = new JSONObject(new object\[,\] {
-    { "key1", "value1" }, { "key2", 2 }, { "key3", new JSONObject() }};
-
-jsonObject\["key4"\] = new JSONArray(new object\[\] { 1, "two", 3 });
-
-String value1 = jsonObject\["key1"\];
-String two = jsonObject\["key1"\]\[1\];
-
-((JSONArray)jsonObject\["key4"\]).RemoveAt(0);
-
-JSONValue jsonValue = JSONValue.Parse(JSONObject.ToString());
+[Working with JSONLIB](Working with JSONLIB)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Tue, 12 Nov 2013 13:37:43 -0000</pubDate><guid>https://sourceforge.netb7636bd509fe4ec532a65370d7a63bc198b50304</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -4,9 +4,9 @@

 **Classes**

-[JSONObject]
-[JSONArray]
-[JSONValue]
+[JSONObject](JSONObject)
+[JSONArray](JSONArray)
+[JSONValue](JSONValue)

 **JSONLIB in action**

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Thu, 26 Sep 2013 09:59:13 -0000</pubDate><guid>https://sourceforge.net955641d538203cb5f5dd1b7c88fd78c402fd4a09</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -13,7 +13,7 @@
 JSONObject jsonObject = new JSONObject(new object\[,\] {
     { "key1", "value1" }, { "key2", 2 }, { "key3", new JSONObject() }};

-jsonObject\["key4\"] = new JSONArray(new object\[\] { 1, "two", 3 });
+jsonObject\["key4"\] = new JSONArray(new object\[\] { 1, "two", 3 });

 String value1 = jsonObject\["key1"\];
 String two = jsonObject\["key1"\]\[1\];
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Thu, 26 Sep 2013 09:53:21 -0000</pubDate><guid>https://sourceforge.net38b6c67899e6c25151eed6c37764d18092c01314</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -10,14 +10,14 @@

 **JSONLIB in action**

-JSONObject jsonObject = new JSONObject(new object[,] {
+JSONObject jsonObject = new JSONObject(new object\[,\] {
     { "key1", "value1" }, { "key2", 2 }, { "key3", new JSONObject() }};

-jsonObject["key4"] = new JSONArray(new object[] { 1, "two", 3 });
+jsonObject\["key4\"] = new JSONArray(new object\[\] { 1, "two", 3 });

-String value1 = jsonObject["key1"];
-String two = jsonObject["key1"][1];
+String value1 = jsonObject\["key1"\];
+String two = jsonObject\["key1"\]\[1\];

-((JSONArray)jsonObject["key4"]).RemoveAt(0);
+((JSONArray)jsonObject\["key4"\]).RemoveAt(0);

 JSONValue jsonValue = JSONValue.Parse(JSONObject.ToString());
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Thu, 26 Sep 2013 09:52:41 -0000</pubDate><guid>https://sourceforge.net5c1f5b9fab0f3edae263f6f30b58a872697b7132</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,3 +8,16 @@
 [JSONArray]
 [JSONValue]

+**JSONLIB in action**
+
+JSONObject jsonObject = new JSONObject(new object[,] {
+    { "key1", "value1" }, { "key2", 2 }, { "key3", new JSONObject() }};
+
+jsonObject["key4"] = new JSONArray(new object[] { 1, "two", 3 });
+
+String value1 = jsonObject["key1"];
+String two = jsonObject["key1"][1];
+
+((JSONArray)jsonObject["key4"]).RemoveAt(0);
+
+JSONValue jsonValue = JSONValue.Parse(JSONObject.ToString());
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elvedin Hamzagic</dc:creator><pubDate>Thu, 26 Sep 2013 09:51:26 -0000</pubDate><guid>https://sourceforge.net173be9ac6bb5c9bb23034b441227883f5685f097</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,6 +5,6 @@
 **Classes**

 [JSONObject]
-JSONArray
-JSONValue
+[JSONArray]
+[JSONValue]

&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:36:30 -0000</pubDate><guid>https://sourceforge.netbf35bf12a59bbd081671ceec85cb74c5434dbc01</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,7 +4,7 @@

 **Classes**

-JSONObject
+[JSONObject]
 JSONArray
 JSONValue

&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:35:35 -0000</pubDate><guid>https://sourceforge.net196cf2b52b5e6ff3d1e12efe41936b02e3fa9375</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
 **About JSONLIB**

-JSONLIB is intended to be easy to write and easy to use class library, which integrates into code inline and not depending of other classes. So it does not uses serialization (although it might include it in the future releases). It uses simple constructors and regex based parsing, and it maybe isn't the fastest one (I'm not really testing it), but instead has to be to the simplest.
+JSONLIB is a JSON data format handling class library for .NET, intended to be easy to write and easy to use tool, which integrates into code inline and not depending of other classes. So it does not uses serialization (although it might include it in the future releases). It uses simple constructors and regex based parsing, and it maybe isn't the fastest one (I'm not really testing it), but instead has to be to the simplest.

 **Classes**

@@ -8,5 +8,3 @@
 JSONArray
 JSONValue

-**JSONValue**
-
&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 08:28:47 -0000</pubDate><guid>https://sourceforge.net12360e4ec5f4a8723bdcb81ccc068928db532356</guid></item><item><title>Home modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,12 @@
-Welcome to your wiki!
+**About JSONLIB**

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+JSONLIB is intended to be easy to write and easy to use class library, which integrates into code inline and not depending of other classes. So it does not uses serialization (although it might include it in the future releases). It uses simple constructors and regex based parsing, and it maybe isn't the fastest one (I'm not really testing it), but instead has to be to the simplest.

-The wiki uses [Markdown](/p/jsonlib/wiki/markdown_syntax/) syntax.
+**Classes**

-[[members limit=20]]
-[[download_button]]
+JSONObject
+JSONArray
+JSONValue
+
+**JSONValue**
+
&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 08:23:45 -0000</pubDate><guid>https://sourceforge.nete15abc050680f9fbcfe8e612070769691e8c9ace</guid></item></channel></rss>