change code

Fork of MbedJSONValue_copy by Lawrence Lee

Files at this revision

API Documentation at this revision

Comitter:
joon874
Date:
Wed Mar 02 03:27:22 2016 +0000
Parent:
4:10a99cdf7846
Child:
6:f8bec9cada34
Commit message:
fork

Changed in this revision

MbedJSONValue.cpp Show annotated file Show diff for this revision Revisions of this file
MbedJSONValue.h Show annotated file Show diff for this revision Revisions of this file
--- a/MbedJSONValue.cpp	Thu Sep 22 10:57:37 2011 +0000
+++ b/MbedJSONValue.cpp	Wed Mar 02 03:27:22 2016 +0000
@@ -193,6 +193,7 @@
     
     //if the user is not doing something wrong, this code is never executed!!
     return *(new MbedJSONValue());
+
 }
 
 
--- 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: