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.
Fork of MbedJSONValue by
Diff: MbedJSONValue.cpp
- Revision:
- 2:e39bfa3e917d
- Parent:
- 0:0cf0e27feaad
- Child:
- 3:f2ffae08b963
diff -r effaca3e3f84 -r e39bfa3e917d MbedJSONValue.cpp
--- a/MbedJSONValue.cpp Thu Sep 22 10:40:57 2011 +0000
+++ b/MbedJSONValue.cpp Thu Sep 22 10:54:29 2011 +0000
@@ -80,6 +80,7 @@
case TypeNull:
return "null";
case TypeBoolean:
+ printf("boolean\r\n");
return _value.asBool ? "true" : "false";
case TypeInt: {
char buf[10];
