Seven, out of curiosity, have you seen this: <a href="http://qtwiki.org/Parsing_JSON_with_QT_using_standard_QT_library">http://qtwiki.org/Parsing_JSON_with_QT_using_standard_QT_library</a><div><br></div><div>Regards,<br clear="all">
Joćo Mesquita<br><br>
<br><br><div class="gmail_quote">On Tue, Aug 31, 2010 at 6:34 AM, Seven Du <span dir="ltr">&lt;<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I&#39;m developing a client based on FSComm (using QT), I need to parse<br>
some JSON string, as FS already has json libs build in so I don&#39;t want<br>
link to other json libs.<br>
<br>
I used cJSON_Parse, but when I tried to link with libfreeswitch, but<br>
it cannot found cJSON_Parse<br>
<br>
Undefined symbols:<br>
  &quot;_cJSON_Parse&quot;, referenced from:<br>
<br>
I listed functions using<br>
<br>
nm -gfj libfreeswitch.dylib (on mac), there are no json related<br>
<br>
And there&#39;s no libjson in /usr/local/freeswitch/lib<br>
<br>
So, where is it? As event socket support json format it should be somewhere.<br>
<br>
I build mod_curl, then it download json lib again.<br>
<br>
I&#39;m on git version a few days ago.<br>
<br>
Thanks.<br>
<br>
--<br>
Blog: <a href="http://www.dujinfang.com" target="_blank">http://www.dujinfang.com</a><br>
Proj:  <a href="http://www.freeswitch.org.cn" target="_blank">http://www.freeswitch.org.cn</a><br>
<br>
_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>