1111

Revision:
1:9a1a30e27d1d
Parent:
0:c809010834e2
--- a/cJSON.h	Wed Mar 29 03:05:19 2017 +0000
+++ b/cJSON.h	Fri Jun 24 01:46:30 2022 +0000
@@ -63,7 +63,7 @@
 
 
 /* Supply a block of JSON, and this returns a cJSON object you can interrogate. Call cJSON_Delete when finished. */
-extern cJSON *cJSON_Parse(const char *value);
+extern cJSON *cJSON_Parse( char *value);
 /* Render a cJSON entity to text for transfer/storage. Free the char* when finished. */
 extern char  *cJSON_Print(cJSON *item);
 /* Render a cJSON entity to text for transfer/storage without any formatting. Free the char* when finished. */