Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: City_Game_JSON City_Game_JSON
Fork of MbedJSONValue by
History
Change hasMember to take const char * instead of char *. Should be const and also gets rid of some warnings.
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.
