1111

Revision:
1:9a1a30e27d1d
Parent:
0:c809010834e2
--- a/cJSON.cpp	Wed Mar 29 03:05:19 2017 +0000
+++ b/cJSON.cpp	Fri Jun 24 01:46:30 2022 +0000
@@ -277,7 +277,7 @@
     return c;
 }
 /* Default options for cJSON_Parse */
-cJSON *cJSON_Parse(const char *value) {return cJSON_ParseWithOpts(value,0,0);}
+cJSON *cJSON_Parse( char *value) {return cJSON_ParseWithOpts(value,0,0);}
 
 /* Render a cJSON item/entity/structure to text. */
 char *cJSON_Print(cJSON *item)              {return print_value(item,0,1);}