Minimalist JSON parser and serializer (inspired by picojson). Used by MbedJSONRpc.

Dependents:   condens

Files at this revision

API Documentation at this revision

Comitter:
duchonic
Date:
Thu Aug 22 22:26:08 2019 +0000
Parent:
4:10a99cdf7846
Commit message:
classes for communication

Changed in this revision

MbedJSONValue.h Show annotated file Show diff for this revision Revisions of this file
diff -r 10a99cdf7846 -r 16300f603388 MbedJSONValue.h
--- a/MbedJSONValue.h	Thu Sep 22 10:57:37 2011 +0000
+++ b/MbedJSONValue.h	Thu Aug 22 22:26:08 2019 +0000
@@ -31,7 +31,7 @@
 #ifndef _Mbed_RPC_VALUE_H_
 #define _Mbed_RPC_VALUE_H_
 
-#define NB_TOKEN 20
+#define NB_TOKEN 5
 /*!< Number maximum of MbedJSONValue in an array or an object */
 
 #include <string>