<?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>Joys of Programming &#187; libjson tutorial</title>
	<atom:link href="http://joysofprogramming.com/tag/libjson-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://joysofprogramming.com</link>
	<description>Programming made simpler, easier and Joyful experience</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:11:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>json_object_get_string : Get string value of a json object</title>
		<link>http://joysofprogramming.com/json_object_get_string/</link>
		<comments>http://joysofprogramming.com/json_object_get_string/#comments</comments>
		<pubDate>Tue, 25 May 2010 16:44:08 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_get_string]]></category>
		<category><![CDATA[libjson tutorial]]></category>
		<category><![CDATA[string json object]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=952</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=952&c=285857530' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=952&c=285857530' border='0' alt='' /></a></p><br />json_object_get_string() function is used to get the string value of a json object. The syntax It takes json_object as a parameter and returns back a string. The following program demonstrates this. the function json_parse accepts a json_object with one or more key:string pairs. Let&#8217;s compile the program. If you fail any compilation issues, refer the [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=952&c=1263735354' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=952&c=1263735354' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_get_string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_object_object_foreach : Browse through every json object</title>
		<link>http://joysofprogramming.com/json_object_object_foreach/</link>
		<comments>http://joysofprogramming.com/json_object_object_foreach/#comments</comments>
		<pubDate>Mon, 24 May 2010 14:34:44 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[json-c]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[json parsing]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_object_foreach]]></category>
		<category><![CDATA[libjson]]></category>
		<category><![CDATA[libjson tutorial]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=931</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=931&c=1264796529' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=931&c=1264796529' border='0' alt='' /></a></p><br />You can browse through every json object using the macro json_object_object_foreach The syntax where obj is the json object you want to parse, key and value correspond to key: value pairs. As mentioned before, json_object_object_foreach is a macro defined something like this So key, val are not some variables, but you can choose any random [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=931&c=1806571924' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=931&c=1806571924' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_object_foreach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install json-glib in Linux (Ubuntu)?</title>
		<link>http://joysofprogramming.com/install-json-glib-in-linux/</link>
		<comments>http://joysofprogramming.com/install-json-glib-in-linux/#comments</comments>
		<pubDate>Thu, 20 May 2010 14:31:35 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[json-c]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[json-glib]]></category>
		<category><![CDATA[libjson tutorial]]></category>
		<category><![CDATA[libjson-glib]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=910</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=910&c=1886367475' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=910&c=1886367475' border='0' alt='' /></a></p><br />json-glib is a C library for manipulating JSON data in C/C++- for serializing and deserializing JSON data. It can be downloaded from here. But if you are working in Ubuntu or other debian based systems you can execute the following commands If you want to debug your programs and see the various steps of serializing/deserializing [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=910&c=74141617' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=910&c=74141617' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/install-json-glib-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json-c / libjson Tutorial with Examples</title>
		<link>http://joysofprogramming.com/json-c-libjson-tutorial/</link>
		<comments>http://joysofprogramming.com/json-c-libjson-tutorial/#comments</comments>
		<pubDate>Thu, 20 May 2010 14:23:19 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json-glib]]></category>
		<category><![CDATA[libjson tutorial]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=904</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=904&c=913860273' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=904&c=913860273' border='0' alt='' /></a></p><br />JSON is a&#160; data inter-exchange format. When compared to XML, it is very lightweight and more human-readable. The Data representation has some what a similar representation like C/C++ structures. It is nowadays very heavily used data format for data transfer in the web. Most languages like PHP have functions to manipulate JSON data. In case [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=904&c=1764874499' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=904&c=1764874499' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json-c-libjson-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Install Json-C in Linux (Ubuntu)?</title>
		<link>http://joysofprogramming.com/install-json-c-in-linux/</link>
		<comments>http://joysofprogramming.com/install-json-c-in-linux/#comments</comments>
		<pubDate>Thu, 20 May 2010 14:03:02 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[json-c]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json-c ubuntu]]></category>
		<category><![CDATA[libjson]]></category>
		<category><![CDATA[libjson tutorial]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=905</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=905&c=1320374335' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=905&c=1320374335' border='0' alt='' /></a></p><br />json-c is a C library for manipulating JSON data in C/C++. It can be downloaded from here. But if you are working in Ubuntu or other debian based systems you can execute the following commands If you want to debug your programs and see the various steps for debugging, you can also install the libjson [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=905&c=1779290162' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=905&c=1779290162' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/install-json-c-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  joysofprogramming.com/tag/libjson-tutorial/feed/ ) in 1.25468 seconds, on Feb 8th, 2012 at 3:04 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 4:04 am UTC -->
