<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Working with JSONLIB</title><link>https://sourceforge.net/p/jsonlib/wiki/Working%2520with%2520JSONLIB/</link><description>Recent changes to Working with JSONLIB</description><atom:link href="https://sourceforge.net/p/jsonlib/wiki/Working%20with%20JSONLIB/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Sep 2013 12:36:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jsonlib/wiki/Working%20with%20JSONLIB/feed" rel="self" type="application/rss+xml"/><item><title>Working with JSONLIB modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Working%2520with%2520JSONLIB/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -9,3 +9,4 @@
 ((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 12:36:28 -0000</pubDate><guid>https://sourceforge.net513463c9279d1a3a69be7dd93f66927fecf723c0</guid></item><item><title>Working with JSONLIB modified by Elvedin Hamzagic</title><link>https://sourceforge.net/p/jsonlib/wiki/Working%2520with%2520JSONLIB/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;JSONObject jsonObject = new JSONObject(new object[,] {&lt;br /&gt;
    { "key1", "value1" }, { "key2", 2 }, { "key3", new JSONObject() }};&lt;/p&gt;
&lt;p&gt;jsonObject["key4"] = new JSONArray(new object[] { 1, "two", 3 });&lt;/p&gt;
&lt;p&gt;String value1 = jsonObject["key1"];&lt;br /&gt;
String two = jsonObject["key1"][1];&lt;/p&gt;
&lt;p&gt;((JSONArray)jsonObject["key4"]).RemoveAt(0);&lt;/p&gt;
&lt;p&gt;JSONValue jsonValue = JSONValue.Parse(JSONObject.ToString());&lt;/p&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 10:00:11 -0000</pubDate><guid>https://sourceforge.net9392b40dad6f7bbb6fa3cf751050561803bcde32</guid></item></channel></rss>