Revision 2016.05.03

Dependents:   WIZwiki-REST_mc

Fork of MbedJSONValue by Midnight Cow

Revision:
7:174bc7a49aa2
Parent:
6:f8bec9cada34
Child:
8:2fe7e09ac67f
--- a/MbedJSONValue.h	Tue Apr 05 11:37:53 2016 +0000
+++ b/MbedJSONValue.h	Tue May 03 02:14:45 2016 +0000
@@ -34,7 +34,7 @@
 #define NB_TOKEN 10
 
 
-//#define DEBUG
+//#define DEBUG_MJSON
 
 /*!< Number maximum of MbedJSONValue in an array or an object */
 
@@ -45,6 +45,8 @@
 #include <vector>
 
 
+
+
 typedef  bool (*json_call_back)(void* param);
 
 bool default_json_cb(void* param);