fork for WIZwikiREST

Fork of MbedJSONValue by Samuel Mokrani

Revision:
5:e15fd7be9e74
Parent:
4:10a99cdf7846
--- a/MbedJSONValue.h	Thu Sep 22 10:57:37 2011 +0000
+++ b/MbedJSONValue.h	Wed Mar 02 03:27:22 2016 +0000
@@ -31,7 +31,10 @@
 #ifndef _Mbed_RPC_VALUE_H_
 #define _Mbed_RPC_VALUE_H_
 
-#define NB_TOKEN 20
+#define NB_TOKEN 10
+
+//#define DEBUG
+
 /*!< Number maximum of MbedJSONValue in an array or an object */
 
 #include <string>
@@ -98,6 +101,7 @@
  * }
  * @endcode
  */
+ 
 class MbedJSONValue {
 public: