Agreed. I need to rip out that sscanf; someone reported massive speed improvements too. Leave it with me (or submit a patch!)
2013-04-26 03:21:15 PDT in cJSON
Sorry, I don't see your point. tolower operates EXPLICITLY in values in the range 65-90, and passes through anything else, either positive or negative. There IS no tolower that will handle UTF8 in the ANSI C libraries, and its not even clear what 'case' would mean in some of the higher code pages. If it will make you feel better, you can replace the tolower with an explicit ((x>='A'...
2013-04-26 03:19:56 PDT in cJSON
Looks like you've got the routine already. Can't go into the library though because c++.
2013-04-26 03:11:43 PDT in cJSON
You don't need to add anything in your about screen. Just don't edit the license out from the source code.
2013-04-25 14:15:47 PDT in cJSON
davegamble made 2 file-release changes.
2013-02-09 04:59:03 PST in cJSON
Fixes in SVN now, thanks for headsup! (Bug is because you're compiling as C++ not as C)
2013-02-09 04:57:41 PST in cJSON
davegamble committed revision 54 to the cJSON SVN repository, changing 1 files.
2013-02-09 04:57:04 PST in cJSON
davegamble committed revision 53 to the cJSON SVN repository, changing 1 files.
2013-02-09 04:56:01 PST in cJSON
davegamble committed revision 52 to the cJSON SVN repository, changing 1 files.
2013-02-09 04:55:11 PST in cJSON
davegamble made 2 file-release changes.
2013-02-06 05:02:03 PST in cJSON