<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using JavaScript Object Notation (JSON) in Java ME for Data Interchange</title>
	<atom:link href="http://weblog.cenriqueortiz.com/mobility/2008/09/05/using-javascript-object-notation-json-in-java-me-for-data-interchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.cenriqueortiz.com/mobility/2008/09/05/using-javascript-object-notation-json-in-java-me-for-data-interchange/</link>
	<description>Thoughts on Mobile Software, Development &#38; Technologies</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:47:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Smith</title>
		<link>http://weblog.cenriqueortiz.com/mobility/2008/09/05/using-javascript-object-notation-json-in-java-me-for-data-interchange/comment-page-1/#comment-7763</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Tue, 11 Nov 2008 05:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.cenriqueortiz.com/?p=1054#comment-7763</guid>
		<description>Thanks a lot. it helped me. I was using org.j2me.. package for parsing the JSON objects.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. it helped me. I was using org.j2me.. package for parsing the JSON objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ceo</title>
		<link>http://weblog.cenriqueortiz.com/mobility/2008/09/05/using-javascript-object-notation-json-in-java-me-for-data-interchange/comment-page-1/#comment-7295</link>
		<dc:creator>ceo</dc:creator>
		<pubDate>Fri, 05 Sep 2008 22:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.cenriqueortiz.com/?p=1054#comment-7295</guid>
		<description>Very good, thanks for the info! Agree that only a few classes of json.org are needed (the core ones I make use of/reference in the article). I will take a look at the above URL.

ceo</description>
		<content:encoded><![CDATA[<p>Very good, thanks for the info! Agree that only a few classes of json.org are needed (the core ones I make use of/reference in the article). I will take a look at the above URL.</p>
<p>ceo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://weblog.cenriqueortiz.com/mobility/2008/09/05/using-javascript-object-notation-json-in-java-me-for-data-interchange/comment-page-1/#comment-7294</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 05 Sep 2008 22:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.cenriqueortiz.com/?p=1054#comment-7294</guid>
		<description>In my experience the org.json.me library is  overengineered and a burden on many memory constrained J2ME devices. Instead I went with Stringtree JSON, modifying it to use J2ME collections instead of Java 1.2+ ones:

http://www.stringtree.org/stringtree-json.html

The reader is just 300 LOCs and fits in a single class. Most importantly it maps all the JSON data types into existing core J2ME classes, leaving no need for boxing everything like o.j.me does. They also offer a single class writer, but StringBuffer and the built-in Java string conversions were more than enough.</description>
		<content:encoded><![CDATA[<p>In my experience the org.json.me library is  overengineered and a burden on many memory constrained J2ME devices. Instead I went with Stringtree JSON, modifying it to use J2ME collections instead of Java 1.2+ ones:</p>
<p><a href="http://www.stringtree.org/stringtree-json.html" rel="nofollow">http://www.stringtree.org/stringtree-json.html</a></p>
<p>The reader is just 300 LOCs and fits in a single class. Most importantly it maps all the JSON data types into existing core J2ME classes, leaving no need for boxing everything like o.j.me does. They also offer a single class writer, but StringBuffer and the built-in Java string conversions were more than enough.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
