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

Fork of MbedJSONValue by Samuel Mokrani

Revision:
5:8730f0b6605e
Parent:
4:10a99cdf7846
--- a/MbedJSONValue.h	Thu Sep 22 10:57:37 2011 +0000
+++ b/MbedJSONValue.h	Wed Mar 15 07:54:44 2017 +0000
@@ -98,6 +98,10 @@
  * }
  * @endcode
  */
+ 
+namespace VivesCityGame
+{
+    
 class MbedJSONValue {
 public:
 
@@ -587,5 +591,6 @@
     }
     return in.cur();
 }
+};
 
 #endif // _MbedMbedJSONValue_H_