<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>JSON Tools for .NET</title><link>http://jsontools.codeplex.com/Project/ProjectRss.aspx</link><description>JSON &amp;#40;JavaScript Object Notation&amp;#41; is a lightweight data-interchange format.       JSON Tools for .NET is the library that helps to build JSON objects from .NET Framework objects.      JSON &amp;#40;JavaScript Obje...</description><item><title>Source code checked in, #21813</title><link>http://www.codeplex.com/JSONTools/SourceControl/ListDownloadableCommits.aspx</link><description>i</description><author>canerten</author><pubDate>Thu, 15 Jan 2009 02:13:46 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21813 20090115021346A</guid></item><item><title>Source code checked in, #21812</title><link>http://www.codeplex.com/JSONTools/SourceControl/ListDownloadableCommits.aspx</link><description>indentation</description><author>canerten</author><pubDate>Thu, 15 Jan 2009 02:13:16 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21812 20090115021316A</guid></item><item><title>New Post: Suggestions</title><link>http://www.codeplex.com/JSONTools/Thread/View.aspx?ThreadId=22003</link><description>&lt;div style="line-height: normal;"&gt;Hi Glenn,&lt;br&gt;
I'm really sorry for my late reply, but I haven't got any notification from codeplex. I just saw your post by chance. &lt;br&gt;
&lt;br&gt;
Although it has been a while since you posted, you are always welcome to contribute, you could send me the changes as well if you want to.&lt;br&gt;
&lt;br&gt;
Sorry for the extreme delay&lt;br&gt;
&lt;br&gt;
Kind Regards&lt;br&gt;
Can.&lt;br&gt;
&lt;div style="border-style:dotted none;border-color:rgb(170, 170, 170) -moz-use-text-color;border-width:0.1em medium;margin:1em 0em 2.5em 3em;padding:0.2em;font-style:italic"&gt;&lt;br&gt;
ruprict wrote:&lt;br&gt;
So, I am looking at using these things to generate some geoJSON (http://www.geojson.org)  However, in order to support what I wanted to do, I had to move the OmitName logic up so that all JSONElements (I needed JSONNumbers to be able to OmItName.   See the &amp;quot;coordinates&amp;quot; of a geoJSON &amp;quot;Feature&amp;quot;).  After that, works a treat.&lt;br&gt;
&lt;br&gt;
Anyway, I'd gladly send my changes or discuss them or whatever.&lt;br&gt;
&lt;br&gt;
Thanks for the tools, btw, I like em.&lt;br&gt;
&lt;br&gt;
Glenn&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>canerten</author><pubDate>Tue, 15 Jul 2008 19:51:49 GMT</pubDate><guid isPermaLink="false">New Post: Suggestions 20080715075149P</guid></item><item><title>NEW POST: Suggestions</title><link>http://www.codeplex.com/JSONTools/Thread/View.aspx?ThreadId=22003</link><description>&lt;div class="wikidoc"&gt;
So, I am looking at using these things to generate some geoJSON (http://www.geojson.org)  However, in order to support what I wanted to do, I had to move the OmitName logic up so that all JSONElements (I needed JSONNumbers to be able to OmItName.   See the &amp;quot;coordinates&amp;quot; of a geoJSON &amp;quot;Feature&amp;quot;).  After that, works a treat.&lt;br /&gt; &lt;br /&gt;Anyway, I'd gladly send my changes or discuss them or whatever.&lt;br /&gt; &lt;br /&gt;Thanks for the tools, btw, I like em.&lt;br /&gt; &lt;br /&gt;Glenn&lt;br /&gt;
&lt;/div&gt;</description><author>ruprict</author><pubDate>Tue, 12 Feb 2008 21:03:50 GMT</pubDate><guid isPermaLink="false">NEW POST: Suggestions 20080212090350P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/JSONTools/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;JSON &amp;#40;JavaScript Object Notation&amp;#41; is a lightweight data-interchange format. &lt;br /&gt;&lt;br /&gt;JSON Tools for .NET is the library that helps to build JSON objects from .NET Framework objects.&lt;br /&gt;&lt;br /&gt;JSON &amp;#40;JavaScript Object Notation&amp;#41; is a lightweight data-interchange format. JSON is an object notation in text format that Javacript engine fully understands and there is no need to parse for it.&lt;br /&gt;&lt;br /&gt;The library contains some basic types that Javascript requires. IJSONObject, JSONElement, JSONNumber&amp;#60;T&amp;#62;, JSONString, JSONBoolean, JSONCollection, JSONArray and JSONObject.&lt;br /&gt;&lt;br /&gt;    &amp;#42; JSONObject &amp;#58; Represents JSON objects beginning and ending with curly braces &amp;#40;&amp;#123;&amp;#125;&amp;#41;. It is a collection of JSONElement objects. Object members consist if string and values separated by colon in JSON notation.&lt;br /&gt;    &amp;#42; JSONArray &amp;#58; Represents a javascript array that begin and end with braces and contain values. In the notation values are separated by commas, but the library does all the syntactic issues.&lt;br /&gt;    &amp;#42; JSONCollection &amp;#58; A base type for JSONObject and JSONArray.&lt;br /&gt;    &amp;#42; JSONElement &amp;#58; Base class for all JSON types. It has the base properties and can be used with arrays or objects or individually.&lt;br /&gt;    &amp;#42; JSONString &amp;#58; Represents JavaScript string type and created by double quotes. It is inherited from a JSONElement&lt;br /&gt;    &amp;#42; JSONBoolean &amp;#58; Represents JavaScript boolean type&lt;br /&gt;    &amp;#42; JSONNumber&amp;#60;T&amp;#62; &amp;#58; Represents a javascript number type, it can be integer, or floating point numbers.
&lt;br /&gt; &lt;br /&gt;For more information visit &lt;a href="http://www.canerten.com/json-tools-for-net/" class="externalLink"&gt;http://www.canerten.com/json-tools-for-net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>canerten</author><pubDate>Sun, 20 Jan 2008 04:46:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080120044607A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/JSONTools/SourceControl/ListDownloadableCommits.aspx</link><description>sample fix</description><author>canerten</author><pubDate>Tue, 08 Jan 2008 11:52:26 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080108115226A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/JSONTools/SourceControl/ListDownloadableCommits.aspx</link><description>collection object display fix</description><author>canerten</author><pubDate>Tue, 08 Jan 2008 11:46:39 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080108114639A</guid></item><item><title>UPDATED RELEASE: JSON Tools for .NET 0.1 (Dec 10, 2007)</title><link>http://www.codeplex.com/JSONTools/Release/ProjectReleases.aspx?ReleaseId=8929</link><description>The initial version of the library supports for existing object to create new JSON objects.&lt;br /&gt;&lt;br /&gt;For more information visit &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;www.canerten.com&amp;#47;json-tools-for-net&amp;#47;&amp;#93; </description><author></author><pubDate>Wed, 12 Dec 2007 23:19:58 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: JSON Tools for .NET 0.1 (Dec 10, 2007) 20071212111958P</guid></item><item><title>UPDATED RELEASE: JSON Tools for .NET 0.1 (Dec 10, 2007)</title><link>http://www.codeplex.com/JSONTools/Release/ProjectReleases.aspx?ReleaseId=8929</link><description>The initial version of the library supports for existing object to create new JSON objects.</description><author></author><pubDate>Wed, 12 Dec 2007 23:07:11 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: JSON Tools for .NET 0.1 (Dec 10, 2007) 20071212110711P</guid></item><item><title>UPDATED RELEASE: JSON Tools for .NET 0.1 (Dec 10, 2007)</title><link>http://www.codeplex.com/JSONTools/Release/ProjectReleases.aspx?ReleaseId=8929</link><description>The initial version of the library supports for existing object to create new JSON objects.&lt;br /&gt;&lt;br /&gt;JSON &amp;#40;JavaScript Object Notation&amp;#41; is a lightweight data-interchange format. JSON is an object notation in text format that Javacript engine fully understands and there is no need to parse for it.&lt;br /&gt;&lt;br /&gt;The library contains some basic types that Javascript requires. IJSONObject, JSONElement, JSONNumber&amp;#60;T&amp;#62;, JSONString, JSONBoolean, JSONCollection, JSONArray and JSONObject.&lt;br /&gt;&lt;br /&gt;    &amp;#42; JSONObject &amp;#58; Represents JSON objects beginning and ending with curly braces &amp;#40;&amp;#123;&amp;#125;&amp;#41;. It is a collection of JSONElement objects. Object members consist if string and values separated by colon in JSON notation.&lt;br /&gt;    &amp;#42; JSONArray &amp;#58; Represents a javascript array that begin and end with braces and contain values. In the notation values are separated by commas, but the library does all the syntactic issues.&lt;br /&gt;    &amp;#42; JSONCollection &amp;#58; A base type for JSONObject and JSONArray.&lt;br /&gt;    &amp;#42; JSONElement &amp;#58; Base class for all JSON types. It has the base properties and can be used with arrays or objects or individually.&lt;br /&gt;    &amp;#42; JSONString &amp;#58; Represents JavaScript string type and created by double quotes. It is inherited from a JSONElement&lt;br /&gt;    &amp;#42; JSONBoolean &amp;#58; Represents JavaScript boolean type&lt;br /&gt;    &amp;#42; JSONNumber&amp;#60;T&amp;#62; &amp;#58; Represents a javascript number type, it can be integer, or floating point numbers.&lt;br /&gt;&lt;br /&gt;For more information visit &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;www.canerten.com&amp;#47;json-tools-for-net&amp;#47;&amp;#93;</description><author></author><pubDate>Wed, 12 Dec 2007 17:40:11 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: JSON Tools for .NET 0.1 (Dec 10, 2007) 20071212054011P</guid></item><item><title>CREATED RELEASE: JSON Tools for .NET 0.1 (Dec 10, 2007)</title><link>http://www.codeplex.com/JSONTools/Release/ProjectReleases.aspx?ReleaseId=8929</link><description>The initial version of the library supports for existing object to create new JSON objects.</description><author></author><pubDate>Mon, 10 Dec 2007 15:13:06 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: JSON Tools for .NET 0.1 (Dec 10, 2007) 20071210031306P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/JSONTools/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;JSON &amp;#40;JavaScript Object Notation&amp;#41; is a lightweight data-interchange format. JSON Tools for .NET is the library that helps to build JSON objects from .NET Framework objects.
&lt;br /&gt;
&lt;/div&gt;</description><author>canerten</author><pubDate>Mon, 10 Dec 2007 15:09:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071210030934P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/JSONTools/SourceControl/ListDownloadableCommits.aspx</link><description>JSON Tools Library and Live Search Web Application Sample</description><author>canerten</author><pubDate>Mon, 10 Dec 2007 15:08:48 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071210030848P</guid></item></channel></rss>