<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for cJSON</title><link>https://sourceforge.net/p/cjson/activity/</link><description>Recent activity for cJSON</description><language>en</language><lastBuildDate>Wed, 20 Jan 2021 15:52:45 -0000</lastBuildDate><item><title>sa sd posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/e827d3b6/?limit=25#e0f5</link><description>Comparison of double values will fail maximum of the time, so one desires to apply a contrast mechanism that allows for small variationslink.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sa sd</dc:creator><pubDate>Wed, 20 Jan 2021 15:52:45 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/e827d3b6/?limit=25#e0f5</guid></item><item><title>Dan Azu posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/f483fb7226/?limit=25#2f71</link><description>Trying to send a very simple JSON string: The code i've written to do this: double num = 100; char *string_out; cJSON *bace = cJSON_CreateObject(); cJSON *mynum = NULL; mynum = cJSON_CreateNumber(num); cJSON_AddItemToObject(bace,"mynumber",mynum); cJSON_AddStringToObject(bace, "Message", "Hello" ); string_out= cJSON_PrintUnformatted(bace); printf(" \n "); printf(string_out); cJSON_Delete(bace); The output i receive is: Any ideas on why this is not working? I aslo tried the exmaple print code from...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Azu</dc:creator><pubDate>Thu, 24 Sep 2020 09:31:15 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/f483fb7226/?limit=25#2f71</guid></item><item><title>Bobo023 posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/dc30d11e/?limit=25#6942</link><description>I found the solution it was my fault because of an error. So cjson is working fine on that example. Sorry to disturb.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobo023</dc:creator><pubDate>Sun, 11 Jun 2017 12:19:58 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/dc30d11e/?limit=25#6942</guid></item><item><title>Bobo023 posted a comment on discussion Help</title><link>https://sourceforge.net/p/cjson/discussion/998970/thread/9d0ad09f/?limit=25#3082</link><description>I found the solution it was my faut because of an error. So cjson is working fine on that example. Sorry to disturb.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobo023</dc:creator><pubDate>Sun, 11 Jun 2017 12:19:15 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998970/thread/9d0ad09f/?limit=25#3082</guid></item><item><title>Bobo023 posted a comment on discussion Help</title><link>https://sourceforge.net/p/cjson/discussion/998970/thread/9d0ad09f/?limit=25#8028</link><description>Hi everyone, I am trying to parse a json text using cJson code. But when I parse the string I got an empty cJson object even if my string is not empty. Here is the link of my cjson text: https://api.bitfinex.com/v1/trades/ETHUSD It is a long text so here what it looks like: [{"timestamp":1496669950,"tid":35818880,"price":"240.43","amount":"0.07","exchange":"bitfinex","type":"buy"},{"timestamp":1496669946,"tid":35818879,"price":"240.52","amount":"8.63052622","exchange":"bitfinex","type":"buy"},{"timestamp":1496669946,"tid":35818878,"price":"240.51","amount":"10.2344","exchange":"bitfinex","type":"buy"},.......]...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobo023</dc:creator><pubDate>Sun, 11 Jun 2017 09:49:31 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998970/thread/9d0ad09f/?limit=25#8028</guid></item><item><title>Bobo023 posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/dc30d11e/?limit=25#a620</link><description>So nobody can help me here ? Is there any limit on the number of column in the cjson file ? I do not understant why this object cannot be parsed by cjson. Please hep if you have some ideas thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobo023</dc:creator><pubDate>Sun, 11 Jun 2017 03:49:29 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/dc30d11e/?limit=25#a620</guid></item><item><title>Bobo023 posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/dc30d11e/?limit=25#e67f</link><description>Hi everybody, I am trying to parse a cjson text but it does not work and I cannot find why. Here is the link of my cjson text: https://api.bitfinex.com/v1/trades/ETHUSD it is a long text so here what it looks like: [{"timestamp":1496669950,"tid":35818880,"price":"240.43","amount":"0.07","exchange":"bitfinex","type":"buy"},{"timestamp":1496669946,"tid":35818879,"price":"240.52","amount":"8.63052622","exchange":"bitfinex","type":"buy"},{"timestamp":1496669946,"tid":35818878,"price":"240.51","amount":"10.2344","exchange":"bitfinex","type":"buy"},.......]...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobo023</dc:creator><pubDate>Mon, 05 Jun 2017 16:04:39 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/dc30d11e/?limit=25#e67f</guid></item><item><title>xiaolonghun modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/9427d31e/?limit=25#b474</link><description>hi, when i use the cjson to encode a number type json on the CC3200 of Cortex M4...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xiaolonghun</dc:creator><pubDate>Wed, 05 Apr 2017 05:59:58 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/9427d31e/?limit=25#b474</guid></item><item><title>xiaolonghun posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/9427d31e/?limit=25#b474</link><description>hi, when i use the cjson to encode a number type json on the CC3200 of Cortex M4...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xiaolonghun</dc:creator><pubDate>Wed, 05 Apr 2017 05:43:08 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/9427d31e/?limit=25#b474</guid></item><item><title>David de Paulo Silva Júnior posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/e827d3b6/?limit=25#3595/7c99/c08c</link><description>Hi, Sorry for the inconvenience. I believe it is only the term "patch" have been...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David de Paulo Silva Júnior</dc:creator><pubDate>Thu, 12 May 2016 17:52:25 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/e827d3b6/?limit=25#3595/7c99/c08c</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/e827d3b6/?limit=25#3595/7c99</link><description>Heya, Just to bring to your attention - support for this project has moved to github:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Thu, 12 May 2016 16:57:07 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/e827d3b6/?limit=25#3595/7c99</guid></item><item><title>David de Paulo Silva Júnior posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/e827d3b6/?limit=25#3595</link><description>Hi David. Recently I am using your library for manipulating JSON documents, and came...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David de Paulo Silva Júnior</dc:creator><pubDate>Thu, 12 May 2016 14:44:53 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/e827d3b6/?limit=25#3595</guid></item><item><title>Weston T. Schmidt posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/00517148/?limit=25#48a7</link><description>Great! Thanks for making this pretty easy. I'm repointing our projects to your upstream...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weston T. Schmidt</dc:creator><pubDate>Tue, 22 Mar 2016 04:36:53 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/00517148/?limit=25#48a7</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/00517148/?limit=25#f254</link><description>Hi, Kevin has done fantastic work. I'm really sorry I've been lax in supporting things....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:33:57 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/00517148/?limit=25#f254</guid></item><item><title>Dave Gamble modified ticket #51</title><link>https://sourceforge.net/p/cjson/bugs/51/</link><description>Fixed some memory leak bugs when some heap allocation fails in cJSON_Create(String|*Array) functions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:32:30 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/51/</guid></item><item><title>Dave Gamble modified ticket #50</title><link>https://sourceforge.net/p/cjson/bugs/50/</link><description>Fix printing of empty string pointers</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:31:13 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/50/</guid></item><item><title>Dave Gamble modified ticket #49</title><link>https://sourceforge.net/p/cjson/bugs/49/</link><description>Fix format problem with empty objects</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:30:55 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/49/</guid></item><item><title>Dave Gamble modified ticket #48</title><link>https://sourceforge.net/p/cjson/bugs/48/</link><description>Line that will never be executed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:30:40 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/48/</guid></item><item><title>Dave Gamble modified ticket #47</title><link>https://sourceforge.net/p/cjson/bugs/47/</link><description>Memory leaks in cJSON_Utils.c and test_utils.c</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:30:20 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/47/</guid></item><item><title>Dave Gamble modified ticket #46</title><link>https://sourceforge.net/p/cjson/bugs/46/</link><description>Incorrect boolean expression</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:29:56 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/46/</guid></item><item><title>Dave Gamble modified ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/</link><description>cJSON can cause segment fault</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:29:22 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/</guid></item><item><title>Dave Gamble posted a comment on ticket #51</title><link>https://sourceforge.net/p/cjson/bugs/51/?limit=25#f92a</link><description>Merged upstream at https://github.com/DaveGamble/cJSON, with thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:28:01 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/51/?limit=25#f92a</guid></item><item><title>Dave Gamble posted a comment on ticket #50</title><link>https://sourceforge.net/p/cjson/bugs/50/?limit=25#6248</link><description>Merged upstream, again with thanks :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:25:10 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/50/?limit=25#6248</guid></item><item><title>Dave Gamble posted a comment on ticket #49</title><link>https://sourceforge.net/p/cjson/bugs/49/?limit=25#cf39</link><description>Again, merged upstream (thanks to you and kbranigan! :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:24:06 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/49/?limit=25#cf39</guid></item><item><title>Dave Gamble posted a comment on ticket #48</title><link>https://sourceforge.net/p/cjson/bugs/48/?limit=25#f55e</link><description>Merged upstream, with thanks :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:23:22 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/48/?limit=25#f55e</guid></item><item><title>Dave Gamble posted a comment on ticket #47</title><link>https://sourceforge.net/p/cjson/bugs/47/?limit=25#30f2</link><description>Thankyou for this! These are merged upstream at https://github.com/DaveGamble/cJ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:22:25 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/47/?limit=25#30f2</guid></item><item><title>Dave Gamble posted a comment on ticket #46</title><link>https://sourceforge.net/p/cjson/bugs/46/?limit=25#e0b7</link><description>Fixed upstream (thanks to kbranigan) at https://github.com/DaveGamble/cJSON</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:21:03 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/46/?limit=25#e0b7</guid></item><item><title>Dave Gamble posted a comment on ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/?limit=25#94d4</link><description>Accepted patch. Everything is moving to github at https://github.com/davegamble/cJSON...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 19 Mar 2016 11:13:23 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/?limit=25#94d4</guid></item><item><title>Weston T. Schmidt posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/00517148/?limit=25#d9a0</link><description>Dave / Kevin - It's been a few months, have you figured out how you want to proceed?...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weston T. Schmidt</dc:creator><pubDate>Mon, 15 Feb 2016 07:48:41 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/00517148/?limit=25#d9a0</guid></item><item><title>Irwan Djajadi posted a comment on ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/?limit=25#1736</link><description>Thanks kolman ! However, we found that the suggested patch is still dangerous when...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Irwan Djajadi</dc:creator><pubDate>Fri, 15 Jan 2016 21:58:15 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/?limit=25#1736</guid></item><item><title>Marcos Kirsch modified a comment on ticket #9</title><link>https://sourceforge.net/p/cjson/feature-requests/9/?limit=25#df68</link><description>In order to maintain source compatibility, new thread safe flavors for each of the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcos Kirsch</dc:creator><pubDate>Wed, 13 Jan 2016 22:34:47 -0000</pubDate><guid>https://sourceforge.net/p/cjson/feature-requests/9/?limit=25#df68</guid></item><item><title>Marcos Kirsch posted a comment on ticket #9</title><link>https://sourceforge.net/p/cjson/feature-requests/9/?limit=25#df68</link><description>In order to maintain source compatibility, the extra ep parameter could have a defualt...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcos Kirsch</dc:creator><pubDate>Wed, 13 Jan 2016 20:15:47 -0000</pubDate><guid>https://sourceforge.net/p/cjson/feature-requests/9/?limit=25#df68</guid></item><item><title>Irwan Djajadi created ticket #52</title><link>https://sourceforge.net/p/cjson/bugs/52/</link><description>Fixed print_number internal function from using ',' for decimal value separator for certain locale</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Irwan Djajadi</dc:creator><pubDate>Wed, 06 Jan 2016 23:16:13 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/52/</guid></item><item><title>Irwan Djajadi posted a comment on ticket #51</title><link>https://sourceforge.net/p/cjson/bugs/51/?limit=25#90f0</link><description>Ugh.. the patch doesn't get formatted correctly when pasted inline. I'm attaching...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Irwan Djajadi</dc:creator><pubDate>Wed, 06 Jan 2016 23:09:57 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/51/?limit=25#90f0</guid></item><item><title>Irwan Djajadi created ticket #51</title><link>https://sourceforge.net/p/cjson/bugs/51/</link><description>Fixed some memory leak bugs when some heap allocation fails in cJSON_Create(String|*Array) functions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Irwan Djajadi</dc:creator><pubDate>Wed, 06 Jan 2016 23:08:18 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/51/</guid></item><item><title>Shang-Feng Yang created ticket #9</title><link>https://sourceforge.net/p/cjson/patches/9/</link><description>Include stddef.h in cJSON.h for type "size_t"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shang-Feng Yang</dc:creator><pubDate>Thu, 31 Dec 2015 08:57:33 -0000</pubDate><guid>https://sourceforge.net/p/cjson/patches/9/</guid></item><item><title>Max Bruckner created ticket #50</title><link>https://sourceforge.net/p/cjson/bugs/50/</link><description>Fix printing of empty string pointers</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Bruckner</dc:creator><pubDate>Mon, 26 Oct 2015 02:18:33 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/50/</guid></item><item><title>Max Bruckner created ticket #49</title><link>https://sourceforge.net/p/cjson/bugs/49/</link><description>Fix format problem with empty objects</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Bruckner</dc:creator><pubDate>Mon, 26 Oct 2015 01:50:35 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/49/</guid></item><item><title>Max Bruckner created ticket #48</title><link>https://sourceforge.net/p/cjson/bugs/48/</link><description>Line that will never be executed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Bruckner</dc:creator><pubDate>Fri, 16 Oct 2015 13:06:58 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/48/</guid></item><item><title>Max Bruckner created ticket #47</title><link>https://sourceforge.net/p/cjson/bugs/47/</link><description>Memory leaks in cJSON_Utils.c and test_utils.c</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Bruckner</dc:creator><pubDate>Wed, 14 Oct 2015 09:07:45 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/47/</guid></item><item><title>Max Bruckner created ticket #46</title><link>https://sourceforge.net/p/cjson/bugs/46/</link><description>Incorrect boolean expression</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Bruckner</dc:creator><pubDate>Tue, 13 Oct 2015 18:11:10 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/46/</guid></item><item><title>Kevin Branigan posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/00517148/?limit=25#5142</link><description>Hey, I forked your code a while ago on github and a bunch of people have added features...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Branigan</dc:creator><pubDate>Thu, 01 Oct 2015 15:44:43 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/00517148/?limit=25#5142</guid></item><item><title>Michele Cirella posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/66526078/?limit=25#e934</link><description>hi, i have a problem: i have a json object containing a float number with 10 decimals....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michele Cirella</dc:creator><pubDate>Thu, 17 Sep 2015 16:16:54 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/66526078/?limit=25#e934</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/32ba7f51/?limit=25#eaa0/7969</link><description>Send fixes through? On Mon, Sep 14, 2015 at 9:32 AM, Arne B. Olsen abols1@users.sf.net...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Mon, 14 Sep 2015 16:43:24 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/32ba7f51/?limit=25#eaa0/7969</guid></item><item><title>Arne B. Olsen posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/32ba7f51/?limit=25#eaa0</link><description>Hi Is there any plans to fix the known bugs in the cJSON library? Using valgrind,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arne B. Olsen</dc:creator><pubDate>Mon, 14 Sep 2015 08:32:22 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/32ba7f51/?limit=25#eaa0</guid></item><item><title>Suryaveer posted a comment on discussion Help</title><link>https://sourceforge.net/p/cjson/discussion/998970/thread/a8e8c7ca/?limit=25#3fbf</link><description>I am bignner in C and was looking for some simple json api in C and found this the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Suryaveer</dc:creator><pubDate>Mon, 03 Aug 2015 00:48:48 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998970/thread/a8e8c7ca/?limit=25#3fbf</guid></item><item><title>Robert Hudspeth posted a comment on discussion Help</title><link>https://sourceforge.net/p/cjson/discussion/998970/thread/141ec4a6/?limit=25#aeb3</link><description>I'm attempting to create a two-string JSON body that holds the following: { "remote":...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Hudspeth</dc:creator><pubDate>Sun, 02 Aug 2015 14:56:27 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998970/thread/141ec4a6/?limit=25#aeb3</guid></item><item><title>Marcos Kirsch created ticket #11</title><link>https://sourceforge.net/p/cjson/feature-requests/11/</link><description>Provide support for 64-bit integers</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcos Kirsch</dc:creator><pubDate>Fri, 24 Jul 2015 16:16:11 -0000</pubDate><guid>https://sourceforge.net/p/cjson/feature-requests/11/</guid></item><item><title>Henrique Lengler posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/bc2754da/?limit=25#b906</link><description>Hey, Thank you for the quick answer. It completely solved the problem. Actually to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrique Lengler</dc:creator><pubDate>Wed, 15 Jul 2015 00:55:17 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/bc2754da/?limit=25#b906</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/bc2754da/?limit=25#ee12</link><description>That resourceId lives inside the first array element in the items array, so you need...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Tue, 14 Jul 2015 23:46:17 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/bc2754da/?limit=25#ee12</guid></item><item><title>Henrique Lengler modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/bc2754da/?limit=25#1fb6</link><description>Hi, I'm trying to parse JSON file from the youtube APIv3, but I get stuck in a point....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrique Lengler</dc:creator><pubDate>Tue, 14 Jul 2015 21:09:18 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/bc2754da/?limit=25#1fb6</guid></item><item><title>Henrique Lengler posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/bc2754da/?limit=25#1fb6</link><description>Hi, I'm trying to parse JSON file from the youtube APIv3, but I get stuck in a point....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henrique Lengler</dc:creator><pubDate>Tue, 14 Jul 2015 19:53:11 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/bc2754da/?limit=25#1fb6</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/3fd954a7/?limit=25#cc36/4230</link><description>if (cJSON_GetObjectItem(json,"interlace")-&gt;type) On Wed, Jun 17, 2015 at 3:36 PM,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Thu, 18 Jun 2015 00:48:56 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/3fd954a7/?limit=25#cc36/4230</guid></item><item><title>Michele Cirella posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/3fd954a7/?limit=25#cc36</link><description>In the readme file I found this json example: { "name": "Jack (\"Bee\") Nimble",...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michele Cirella</dc:creator><pubDate>Wed, 17 Jun 2015 14:36:39 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/3fd954a7/?limit=25#cc36</guid></item><item><title>pustekuchen created ticket #45</title><link>https://sourceforge.net/p/cjson/bugs/45/</link><description>warning: floating constant exceeds range of 'double'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pustekuchen</dc:creator><pubDate>Tue, 07 Apr 2015 09:24:59 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/45/</guid></item><item><title>kolman modified a comment on ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/?limit=25#b497</link><description>static const char *parse_string(cJSON *item,const char *str) { const char *ptr=str+1;char...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kolman</dc:creator><pubDate>Wed, 25 Feb 2015 06:16:16 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/?limit=25#b497</guid></item><item><title>kolman modified a comment on ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/?limit=25#1179</link><description>a simpler fix: cJSON.c file: 198d197 &lt; const char * end_ptr = ptr; 204c203 &lt; while...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kolman</dc:creator><pubDate>Wed, 25 Feb 2015 06:15:13 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/?limit=25#1179</guid></item><item><title>kolman modified a comment on ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/?limit=25#1179</link><description>a simpler fix: cJSON.c file: 198d197 &lt; const char * end_ptr = ptr; 204c203 &lt; while...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kolman</dc:creator><pubDate>Wed, 25 Feb 2015 06:12:22 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/?limit=25#1179</guid></item><item><title>kolman posted a comment on ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/?limit=25#b497</link><description>static unsigned parse_hex4(const char * &amp; str) { unsigned h=0; if (str&gt;='0' &amp;&amp; str&lt;='9')...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kolman</dc:creator><pubDate>Tue, 24 Feb 2015 07:39:29 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/?limit=25#b497</guid></item><item><title>kolman posted a comment on ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/?limit=25#1179</link><description>change uc2=parse_hex4(ptr+3);ptr+=6; to ptr+=3; uc2=parse_hex4(ptr); //ptr+=6;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kolman</dc:creator><pubDate>Tue, 24 Feb 2015 07:38:37 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/?limit=25#1179</guid></item><item><title>kolman created ticket #44</title><link>https://sourceforge.net/p/cjson/bugs/44/</link><description>cJSON can cause segment fault</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kolman</dc:creator><pubDate>Tue, 24 Feb 2015 07:14:59 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/44/</guid></item><item><title>Butterwaffle posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/6abf936c/?limit=25#4826</link><description>Sure, I've pushed it to https://github.com/vibraphone/cjson-bson .</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Butterwaffle</dc:creator><pubDate>Sat, 14 Feb 2015 01:17:27 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/6abf936c/?limit=25#4826</guid></item><item><title>Dave Gamble modified ticket #43</title><link>https://sourceforge.net/p/cjson/bugs/43/</link><description>cJSON_Delete() unwanted behaviour</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 14 Feb 2015 01:09:14 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/43/</guid></item><item><title>Dave Gamble posted a comment on ticket #43</title><link>https://sourceforge.net/p/cjson/bugs/43/?limit=25#815e</link><description>Thanks for your clear exposition of the issue. What you've found is an implementation...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Sat, 14 Feb 2015 01:08:56 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/43/?limit=25#815e</guid></item><item><title>a_teammate created ticket #43</title><link>https://sourceforge.net/p/cjson/bugs/43/</link><description>cJSON_Delete() unwanted behaviour</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">a_teammate</dc:creator><pubDate>Fri, 13 Feb 2015 22:14:11 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/43/</guid></item><item><title>Dave Gamble committed [r73]</title><link>https://sourceforge.net/p/cjson/code/73/</link><description>Fix bug with the sort.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 20:33:06 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/73/</guid></item><item><title>Dave Gamble committed [r72]</title><link>https://sourceforge.net/p/cjson/code/72/</link><description>Since we anticipate repeated comparisons, add i...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 20:31:33 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/72/</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/1486692e/?limit=25#00bb</link><description>As above, in svn rev 71.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 19:54:38 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/1486692e/?limit=25#00bb</guid></item><item><title>Dave Gamble committed [r71]</title><link>https://sourceforge.net/p/cjson/code/71/</link><description>Rework cJSON_Utils object compare functions to ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 19:53:37 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/71/</guid></item><item><title>Dave Gamble committed [r70]</title><link>https://sourceforge.net/p/cjson/code/70/</link><description>Correct comment and variable declaration style ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 19:19:36 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/70/</guid></item><item><title>Dave Gamble committed [r69]</title><link>https://sourceforge.net/p/cjson/code/69/</link><description>Fix comment style for proper ansi c compliance.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 19:07:40 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/69/</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/1486692e/?limit=25#98e0/fcc4</link><description>Replying to myself: I retract this statement. Years of my own use disagree. cJSON...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 18:11:31 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/1486692e/?limit=25#98e0/fcc4</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/1486692e/?limit=25#0f73/c662</link><description>Incidentally, JSON Patch (which is in the cjson_utils stuff in svn) does include...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 18:10:14 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/1486692e/?limit=25#0f73/c662</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/1486692e/?limit=25#830c</link><description>Fwiw, if you check svn, the latest repo contains some compare code. It's not in a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 18:08:07 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/1486692e/?limit=25#830c</guid></item><item><title>Dave Gamble posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/6abf936c/?limit=25#e228</link><description>BSON is a bit of a mess, but I'd consider it. Can you post a link to the code?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Fri, 13 Feb 2015 17:52:16 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/6abf936c/?limit=25#e228</guid></item><item><title>Butterwaffle posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/cjson/discussion/998969/thread/6abf936c/?limit=25#e57c</link><description>Hi Dave, Would you be interested in distributing an additional header and implementation...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Butterwaffle</dc:creator><pubDate>Fri, 13 Feb 2015 06:25:41 -0000</pubDate><guid>https://sourceforge.net/p/cjson/discussion/998969/thread/6abf936c/?limit=25#e57c</guid></item><item><title>Dave Gamble modified ticket #42</title><link>https://sourceforge.net/p/cjson/bugs/42/</link><description>print_string_ptr unsafe on platforms with signed char</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Wed, 11 Feb 2015 11:36:45 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/42/</guid></item><item><title>Dave Gamble posted a comment on ticket #42</title><link>https://sourceforge.net/p/cjson/bugs/42/?limit=25#5aa9</link><description>Quite right. Fixed in svn rev68 and current files.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Wed, 11 Feb 2015 11:36:25 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/42/?limit=25#5aa9</guid></item><item><title>Dave Gamble committed [r68]</title><link>https://sourceforge.net/p/cjson/code/68/</link><description>adjust the test very slightly</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Wed, 11 Feb 2015 11:34:03 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/68/</guid></item><item><title>Dave Gamble committed [r67]</title><link>https://sourceforge.net/p/cjson/code/67/</link><description>Optimise out escapable array.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Wed, 11 Feb 2015 11:31:36 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/67/</guid></item><item><title>Joel Klinghed created ticket #42</title><link>https://sourceforge.net/p/cjson/bugs/42/</link><description>print_string_ptr unsafe on platforms with signed char</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joel Klinghed</dc:creator><pubDate>Wed, 11 Feb 2015 10:02:27 -0000</pubDate><guid>https://sourceforge.net/p/cjson/bugs/42/</guid></item><item><title>Dave Gamble committed [r66]</title><link>https://sourceforge.net/p/cjson/code/66/</link><description>Add more patch functionality and some more utils.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Wed, 11 Feb 2015 01:31:50 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/66/</guid></item><item><title>Dave Gamble committed [r65]</title><link>https://sourceforge.net/p/cjson/code/65/</link><description>start of JSON Patch implementation. cJSON gaine...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Tue, 10 Feb 2015 14:17:59 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/65/</guid></item><item><title>Dave Gamble committed [r64]</title><link>https://sourceforge.net/p/cjson/code/64/</link><description>rework cJSONUtils_GetPointer to avoid malloc/fr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Tue, 10 Feb 2015 12:15:00 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/64/</guid></item><item><title>Dave Gamble committed [r63]</title><link>https://sourceforge.net/p/cjson/code/63/</link><description>add cJSON_Utils which includes JSON Pointer imp...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Mon, 09 Feb 2015 18:29:07 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/63/</guid></item><item><title>Dave Gamble committed [r62]</title><link>https://sourceforge.net/p/cjson/code/62/</link><description>fix formatting.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Mon, 09 Feb 2015 17:38:21 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/62/</guid></item><item><title>Dave Gamble committed [r61]</title><link>https://sourceforge.net/p/cjson/code/61/</link><description>Added buffered printing methods for faster prin...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Mon, 09 Feb 2015 17:34:37 -0000</pubDate><guid>https://sourceforge.net/p/cjson/code/61/</guid></item><item><title>Dave Gamble modified ticket #7</title><link>https://sourceforge.net/p/cjson/patches/7/</link><description>Performance optimization: replaced strcpy() with memcpy()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Mon, 09 Feb 2015 17:29:49 -0000</pubDate><guid>https://sourceforge.net/p/cjson/patches/7/</guid></item><item><title>Dave Gamble modified ticket #7</title><link>https://sourceforge.net/p/cjson/patches/7/</link><description>Performance optimization: replaced strcpy() with memcpy()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Mon, 09 Feb 2015 17:29:25 -0000</pubDate><guid>https://sourceforge.net/p/cjson/patches/7/</guid></item><item><title>Dave Gamble posted a comment on ticket #7</title><link>https://sourceforge.net/p/cjson/patches/7/?limit=25#edf0</link><description>Excellent patch! Thanks! In svn rev 60.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Gamble</dc:creator><pubDate>Mon, 09 Feb 2015 17:29:13 -0000</pubDate><guid>https://sourceforge.net/p/cjson/patches/7/?limit=25#edf0</guid></item></channel></rss>