Minimalist JSON parser and serializer (inspired by picojson). Used by MbedJSONRpc. (Original by Samuel Mokrani)

Dependents:   City_Game_JSON City_Game_JSON

Fork of MbedJSONValue by Samuel Mokrani

History

Change hasMember to take const char * instead of char *. Should be const and also gets rid of some warnings. default tip

2016-12-14, by Nico De Witte [Wed, 14 Dec 2016 17:46:06 +0100] rev 7

Change hasMember to take const char * instead of char *. Should be const and also gets rid of some warnings.


Replace stdio.h and stdlib.h with cstdio and cstdlib to fix problem of library not compiling with offline toolchain.

2016-11-24, by dwini [Thu, 24 Nov 2016 20:25:42 +0000] rev 6

Replace stdio.h and stdlib.h with cstdio and cstdlib to fix problem of library not compiling with offline toolchain.


Change return value of size() to 0 in case of empty string or array. Much better for for-loops and such.

2016-08-24, by dwini [Wed, 24 Aug 2016 19:11:59 +0000] rev 5

Change return value of size() to 0 in case of empty string or array. Much better for for-loops and such.


2011-09-22, by samux [Thu, 22 Sep 2011 10:57:37 +0000] rev 4


2011-09-22, by samux [Thu, 22 Sep 2011 10:55:41 +0000] rev 3


2011-09-22, by samux [Thu, 22 Sep 2011 10:54:29 +0000] rev 2


2011-09-22, by samux [Thu, 22 Sep 2011 10:40:57 +0000] rev 1


2011-09-22, by samux [Thu, 22 Sep 2011 10:35:59 +0000] rev 0