<?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; json-c</title>
	<atom:link href="http://joysofprogramming.com/tag/json-c/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>How to install json-c in RHEL-Red Hat/Fedora Linux?</title>
		<link>http://joysofprogramming.com/install-json-c-fedora-rhel/</link>
		<comments>http://joysofprogramming.com/install-json-c-fedora-rhel/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 00:24:21 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[install json-c fedora]]></category>
		<category><![CDATA[install json-c RHEL]]></category>
		<category><![CDATA[json-c]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/install-json-c-fedora-rhel/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=52353&c=1551072027' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=52353&c=1551072027' border='0' alt='' /></a></p><br />JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.(as described by yum info) Let&#8217;s first search for the package Note that you must be the root/administrator to install [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=52353&c=1642375154' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=52353&c=1642375154' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/install-json-c-fedora-rhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple and complete json parser</title>
		<link>http://joysofprogramming.com/json_parser_json-c/</link>
		<comments>http://joysofprogramming.com/json_parser_json-c/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 18:51:19 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[json-c]]></category>
		<category><![CDATA[json parser]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_array_add]]></category>
		<category><![CDATA[json_object_new_object]]></category>
		<category><![CDATA[json_object_to_json_string]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_parser_json-c/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1115&c=77088506' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1115&c=77088506' border='0' alt='' /></a></p><br />This parser makes use of all the functions which reads the value of a json object. This parser is complete in all respects. You can make use of the functions to create parser for your various requirements The output of the program is something like this<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1115&c=1163598844' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1115&c=1163598844' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_parser_json-c/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>json_object_array_put_idx- Add json object to Array at specified index</title>
		<link>http://joysofprogramming.com/json_object_array_put_idx/</link>
		<comments>http://joysofprogramming.com/json_object_array_put_idx/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 18:40:25 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_array_put_idx]]></category>
		<category><![CDATA[json_object_new_object]]></category>
		<category><![CDATA[json_object_to_json_string]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_object_array_put_idx/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1113&c=701993647' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1113&c=701993647' border='0' alt='' /></a></p><br />json_object_array_add is used to add a json object to an array. Using json_object_array_put_idx, we can put a json object at a specified index The syntax of the function is Specify the object where the json object has to be added, index and the value (json object) as the arguments When you specify objects at some [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1113&c=1578231528' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1113&c=1578231528' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_array_put_idx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_object_array_add- Add json object to Array</title>
		<link>http://joysofprogramming.com/json_object_array_add/</link>
		<comments>http://joysofprogramming.com/json_object_array_add/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:34:59 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_array_add]]></category>
		<category><![CDATA[json_object_new_object]]></category>
		<category><![CDATA[json_object_to_json_string]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_object_array_add/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1112&c=717900448' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1112&c=717900448' border='0' alt='' /></a></p><br />json_object_array is used to add a json object to an array The syntax of the function is Specify the object where the json object has to be added, key and the value (json object) as the arguments The following program shows the usage of the function The output of the program is something like this<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1112&c=1686046460' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1112&c=1686046460' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_array_add/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_object_new_array- Create a new array json object</title>
		<link>http://joysofprogramming.com/json_object_new_array/</link>
		<comments>http://joysofprogramming.com/json_object_new_array/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:30:36 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_new_array]]></category>
		<category><![CDATA[json_object_new_object]]></category>
		<category><![CDATA[json_object_to_json_string]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_object_new_array/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1111&c=1485582384' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1111&c=1485582384' border='0' alt='' /></a></p><br />json_object_new_array is used to create a new array json object. The syntax of the function is Specify the array as the argument and it returns a pointer to the json object The following program shows the usage of the function The output of the program is something like this<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1111&c=1468194124' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1111&c=1468194124' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_new_array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_object_new_double- Create a new double json object</title>
		<link>http://joysofprogramming.com/json_object_new_double/</link>
		<comments>http://joysofprogramming.com/json_object_new_double/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:27:33 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_new_double]]></category>
		<category><![CDATA[json_object_new_object]]></category>
		<category><![CDATA[json_object_to_json_double]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_object_new_double/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1110&c=1399270609' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1110&c=1399270609' border='0' alt='' /></a></p><br />json_object_new_double is used to create a new double json object. The syntax of the function is Specify the double as the argument and it returns a pointer to the json object The following program shows the usage of the function The output of the program is something like this<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1110&c=1482250440' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1110&c=1482250440' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_new_double/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_object_new_string- Create a new string json object</title>
		<link>http://joysofprogramming.com/json_object_new_string/</link>
		<comments>http://joysofprogramming.com/json_object_new_string/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:23:52 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_new_object]]></category>
		<category><![CDATA[json_object_new_string]]></category>
		<category><![CDATA[json_object_to_json_string]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_object_new_string/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1109&c=596600931' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1109&c=596600931' border='0' alt='' /></a></p><br />json_object_new_string is used to create a new string json object. The syntax of the function is Specify the string as the argument and it returns a pointer to the json object The following program shows the usage of the function The output of the program is something like this<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1109&c=617452070' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1109&c=617452070' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_new_string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_object_new_boolean- Create a new boolean json object</title>
		<link>http://joysofprogramming.com/json_object_new_boolean/</link>
		<comments>http://joysofprogramming.com/json_object_new_boolean/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:20:31 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_new_boolean]]></category>
		<category><![CDATA[json_object_new_object]]></category>
		<category><![CDATA[json_object_to_json_string]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_object_new_boolean/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1108&c=559300024' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1108&c=559300024' border='0' alt='' /></a></p><br />json_object_new_boolean is used to create a new boolean json object. The syntax of the function is A non-zero value can be considered as boolean true As you can see, it returns a pointer to the json object The following program shows the usage of the function The output of the program is something like this<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1108&c=1589012216' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1108&c=1589012216' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_new_boolean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_object_new_int- Create a new Integer json object</title>
		<link>http://joysofprogramming.com/json_object_new_int/</link>
		<comments>http://joysofprogramming.com/json_object_new_int/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:15:48 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[json-c]]></category>
		<category><![CDATA[json-c tutorial]]></category>
		<category><![CDATA[json_object_new_int]]></category>
		<category><![CDATA[json_object_new_object]]></category>
		<category><![CDATA[json_object_to_json_string]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_object_new_int/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1107&c=169028778' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1107&c=169028778' border='0' alt='' /></a></p><br />json_object_new_int is used to create a new integer json object. The syntax of the function is As you can see, it returns a pointer to the json object The following program shows the usage of the function The output of the program is something like this<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1107&c=1488269561' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1107&c=1488269561' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_new_int/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>json_object_new_object: Creating a new Json object</title>
		<link>http://joysofprogramming.com/json_object_new_object/</link>
		<comments>http://joysofprogramming.com/json_object_new_object/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:01:59 +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_new_object]]></category>
		<category><![CDATA[json_object_to_json_string]]></category>
		<category><![CDATA[libjson]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/json_object_new_object/</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1103&c=1724261126' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1103&c=1724261126' border='0' alt='' /></a></p><br />json_object_new_object is used to create a new json object. Once you create a json object, you can add more objects to it. The syntax of the function is As you can see, it returns a pointer to the json object The following program shows the usage of the function The output of the program is [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1103&c=575204400' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=1103&c=575204400' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/json_object_new_object/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  joysofprogramming.com/tag/json-c/feed/ ) in 1.31511 seconds, on Feb 4th, 2012 at 4:23 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 4th, 2012 at 5:23 pm UTC -->
