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

Dependents:   condens

Revision:
5:16300f603388
Parent:
4:10a99cdf7846
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>