fork for WIZwikiREST
Fork of MbedJSONValue by
Revision 5:e15fd7be9e74, committed 2016-03-02
- Comitter:
- joon874
- Date:
- Wed Mar 02 03:27:22 2016 +0000
- Parent:
- 4:10a99cdf7846
- 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 |
diff -r 10a99cdf7846 -r e15fd7be9e74 MbedJSONValue.cpp --- 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()); + }
diff -r 10a99cdf7846 -r e15fd7be9e74 MbedJSONValue.h --- 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: