<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christian Grobmeier - JEE, EAI, PHP &#187; JJSon</title>
	<atom:link href="http://www.grobmeier.de/tag/jjson/feed" rel="self" type="application/rss+xml" />
	<link>http://www.grobmeier.de</link>
	<description>A Blog about technical thoughts</description>
	<lastBuildDate>Wed, 02 Jun 2010 12:32:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>JJSon: Bugfix release out and new stuff in trunk</title>
		<link>http://www.grobmeier.de/2009/04/02/jjson-bugfix-release-out-and-new-stuff-in-trunk.html</link>
		<comments>http://www.grobmeier.de/2009/04/02/jjson-bugfix-release-out-and-new-stuff-in-trunk.html#comments</comments>
		<pubDate>Thu, 02 Apr 2009 06:04:57 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[JJSon]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=163</guid>
		<description><![CDATA[JJSon has become new features and a bugfix release.]]></description>
			<content:encoded><![CDATA[<p>This early morning I uploaded a new JJSon version (0.0.3). It resolves the first and only issue with the lib: unfortunatly I created the jar with Java 6 bytecode. Well, my newly created POM file will prevent me for errors like this in future. From nowon JJSon is a Maven 2 project. Get the new jar at <a href="http://jjson.googlecode.com/" target="_blank">JJSon&#8217;s Googlecode page</a>.</p>
<p>Motivated by the 100 downloads I started to create the Annotation encoder yesterday night. Its very basic and doesn&#8217;t contain good testcases at the moment, but at first glance it works <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  You can serialize Java Objects into a JSon string with that stuff. Supported are the usual json types, except double (sorry, forgot that). List and Maps can be serialized too, aswell as annotated pojos.</p>
<p>I will add the double and some more testcases in future, then try to aim to the next release. Additionally I want to release a zip file next time, containing license stuff and maybe some docs. If you are willing to help, shout!</p>
<p>Background info:</p>
<p>JJSon is a small API for working with the Json format. There are several libs out there, but I don&#8217;t know any which are well encoded AND have no dependencies. JJSon doesn&#8217;t provide all features the other libs have, but aims to be easily extendable and definitly comes without any necessary dependencies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2009/04/02/jjson-bugfix-release-out-and-new-stuff-in-trunk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JJSon &#8211; Update to Version 0.0.2</title>
		<link>http://www.grobmeier.de/2008/08/21/jjson-update-to-version-002.html</link>
		<comments>http://www.grobmeier.de/2008/08/21/jjson-update-to-version-002.html#comments</comments>
		<pubDate>Thu, 21 Aug 2008 06:16:23 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[JJSon]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=168</guid>
		<description><![CDATA[JJSon in Version 0.0.2 available. Can now deserialize a Json String into Json-Objects]]></description>
			<content:encoded><![CDATA[<p>Yes, progress is slowy, but constant <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>JJSon, my lib for manipulating JSon with no dependencies, has been released in version 0.0.2. New feature is that you can decode a json string into the Json-Objects. Remember, 0.0.1 just provided to make out of some Json-Objects a Json-String.</p>
<p>However, nice gimmick and one can start working with that now. Of course there are many features not included &#8211; we will see if I find the time to do some more work. Usually this happens when I try out another Json library and get dissapointed <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2008/08/21/jjson-update-to-version-002.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JJSon: Some classes for working with JSon</title>
		<link>http://www.grobmeier.de/2007/10/10/jjson-some-classes-for-working-with-json.html</link>
		<comments>http://www.grobmeier.de/2007/10/10/jjson-some-classes-for-working-with-json.html#comments</comments>
		<pubDate>Wed, 10 Oct 2007 06:08:21 +0000</pubDate>
		<dc:creator>Christian Grobmeier</dc:creator>
				<category><![CDATA[JJSon]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.grobmeier.de/?p=165</guid>
		<description><![CDATA[Why another JSon lib. Why we were not happy with JSon-Lib from sourceforge.net]]></description>
			<content:encoded><![CDATA[<p>Lately we worked on integrating PHP with Java JBoss servers. Against all the webservice hype my customer decided to create a servlet which takes a previously defined JSON string as input parameter and returns a JSON string after processing. PHP can work very well with JSON, so everything is smooth.</p>
<p>We used the JSON-Lib:  <cite><strong>json</strong>-<strong>lib</strong>.sourceforge.net/ </cite></p>
<p>and of course, we had some problems with that early version after a while. Digging into the code we recognized very quickly that this lib really wasn&#8217;t coded very well. Highly complex and totally over engineered. However, we patched this lib and kept on going.</p>
<p>But at night I thought about having the same basic features without dependencies and in a readable manner. This was the birth of JJSon. Allready said, goal is to implement a lib with NO dependencies, easy to bugfix and with less classes. No bullshitting round a simple format! <img src='http://www.grobmeier.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>However, even my words are harsh, we were very glad to have Json-Lib since we hadn&#8217;t the time to code it ourselves. So, thank you to the guys who spent many hours to prepare this jar, even when I am not totally happy with it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grobmeier.de/2007/10/10/jjson-some-classes-for-working-with-json.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
