<?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: [原] 根据struct生成基于JSON-C的json_object代码(auto generate function of C struct to JSON)</title>
	<atom:link href="http://bianbian.org/technology/292.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bianbian.org/technology/292.html</link>
	<description>关注技术, 偶尔动动手</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
	<item>
		<title>By: Microsoft Office Enterprise 2007 Product Key</title>
		<link>http://bianbian.org/technology/292.html#comment-18774</link>
		<dc:creator>Microsoft Office Enterprise 2007 Product Key</dc:creator>
		<pubDate>Thu, 17 Nov 2011 08:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.org/technology/292.html#comment-18774</guid>
		<description>&lt;strong&gt;Microsoft Office Enterprise 2007 Product Key...&lt;/strong&gt;

[...]&#187; [原] 根据struct生成基于JSON-C的json_object代码(auto generate function of C struct to JSON) &#187; &#187; 便便代码人生[...]...</description>
		<content:encoded><![CDATA[<p><strong>Microsoft Office Enterprise 2007 Product Key&#8230;</strong></p>
<p>[...]&raquo; [原] 根据struct生成基于JSON-C的json_object代码(auto generate function of C struct to JSON) &raquo; &raquo; 便便代码人生[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prestashop Templates</title>
		<link>http://bianbian.org/technology/292.html#comment-18523</link>
		<dc:creator>Prestashop Templates</dc:creator>
		<pubDate>Wed, 02 Nov 2011 21:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.org/technology/292.html#comment-18523</guid>
		<description>&lt;strong&gt;Trackback Link...&lt;/strong&gt;

[...]Here are some of the sites we recommend for our visitors[...]...</description>
		<content:encoded><![CDATA[<p><strong>Trackback Link&#8230;</strong></p>
<p>[...]Here are some of the sites we recommend for our visitors[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; [原] C#泛型实现流中C/C++格式的struct数据的通用读取方法 &#187; Technology &#187; bianbian coding life</title>
		<link>http://bianbian.org/technology/292.html#comment-9217</link>
		<dc:creator>&#187; [原] C#泛型实现流中C/C++格式的struct数据的通用读取方法 &#187; Technology &#187; bianbian coding life</dc:creator>
		<pubDate>Mon, 02 Mar 2009 13:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.org/technology/292.html#comment-9217</guid>
		<description>[...] 我观察了一下，倒是可以考虑写个脚本自动切换。类似以前写的根据struct生成基于JSON-C的json_object代码 标签: C#, Marshal, struct, [...]</description>
		<content:encoded><![CDATA[<p>[...] 我观察了一下，倒是可以考虑写个脚本自动切换。类似以前写的根据struct生成基于JSON-C的json_object代码 标签: C#, Marshal, struct, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bianbian</title>
		<link>http://bianbian.org/technology/292.html#comment-7981</link>
		<dc:creator>bianbian</dc:creator>
		<pubDate>Tue, 24 Jun 2008 13:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.org/technology/292.html#comment-7981</guid>
		<description>pointer ... I think there is no simple way to handle this. Because the pointer is only the address in memory, maybe it needs more functions.</description>
		<content:encoded><![CDATA[<p>pointer &#8230; I think there is no simple way to handle this. Because the pointer is only the address in memory, maybe it needs more functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Govan Hooper</title>
		<link>http://bianbian.org/technology/292.html#comment-7969</link>
		<dc:creator>Govan Hooper</dc:creator>
		<pubDate>Mon, 23 Jun 2008 04:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.org/technology/292.html#comment-7969</guid>
		<description>Sooooooooo cooooooooool

But how to convert a C struct which include pointer field point to a struct ?
For example: 

struct LOCK_IP {
	char           ip[20]; //lock ip
	int            time;   //lock time
	float          a;      //just e.g.
	double         b;
	char           c;
	unsigned char  d;
	unsigned int   e;
         struct LOCK_IP* next;
         struct someObj* obj;
};

Shall I define the function json_object_new_undefined() by myself ?
Thanks</description>
		<content:encoded><![CDATA[<p>Sooooooooo cooooooooool</p>
<p>But how to convert a C struct which include pointer field point to a struct ?<br />
For example: </p>
<p>struct LOCK_IP {<br />
	char           ip[20]; //lock ip<br />
	int            time;   //lock time<br />
	float          a;      //just e.g.<br />
	double         b;<br />
	char           c;<br />
	unsigned char  d;<br />
	unsigned int   e;<br />
         struct LOCK_IP* next;<br />
         struct someObj* obj;<br />
};</p>
<p>Shall I define the function json_object_new_undefined() by myself ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunshow</title>
		<link>http://bianbian.org/technology/292.html#comment-7623</link>
		<dc:creator>Sunshow</dc:creator>
		<pubDate>Wed, 09 Apr 2008 04:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.org/technology/292.html#comment-7623</guid>
		<description>编码原因吗
我这不好使
还乱码</description>
		<content:encoded><![CDATA[<p>编码原因吗<br />
我这不好使<br />
还乱码</p>
]]></content:encoded>
	</item>
</channel>
</rss>

