HasMember use const char *

Fork of MbedJSONValue by Samuel Mokrani

Revision:
5:ce4a55fd9702
Parent:
4:10a99cdf7846
--- a/MbedJSONValue.h	Thu Sep 22 10:57:37 2011 +0000
+++ b/MbedJSONValue.h	Fri Aug 07 02:53:04 2015 +0000
@@ -284,7 +284,7 @@
     * @param name Identifier
     * @return true if the object is of type TypeObject AND contains a member named "name", false otherwise
     */
-    bool hasMember(char * name);
+    bool hasMember(const char * name);
 
     /**
     * Convert an MbedJSONValue in a JSON frame