MbedJSONValue Fork and Delete Array

Fork of MbedJSONValue by Midnight Cow

Revision:
7:62ce68f5a38c
Parent:
6:f8bec9cada34
Child:
8:fb820325a830
diff -r f8bec9cada34 -r 62ce68f5a38c MbedJSONValue.h
--- a/MbedJSONValue.h	Tue Apr 05 11:37:53 2016 +0000
+++ b/MbedJSONValue.h	Tue May 03 02:31:26 2016 +0000
@@ -31,10 +31,9 @@
 #ifndef _Mbed_RPC_VALUE_H_
 #define _Mbed_RPC_VALUE_H_
 
-#define NB_TOKEN 10
 
 
-//#define DEBUG
+//#define DEBUG_MJSON
 
 /*!< Number maximum of MbedJSONValue in an array or an object */
 
@@ -45,6 +44,8 @@
 #include <vector>
 
 
+
+
 typedef  bool (*json_call_back)(void* param);
 
 bool default_json_cb(void* param);