|
@@ -36,7 +36,7 @@ extern "C"
|
|
#define cJSON_String (1 << 4)
|
|
#define cJSON_String (1 << 4)
|
|
#define cJSON_Array (1 << 5)
|
|
#define cJSON_Array (1 << 5)
|
|
#define cJSON_Object (1 << 6)
|
|
#define cJSON_Object (1 << 6)
|
|
-
|
|
|
|
|
|
+
|
|
#define cJSON_IsReference 256
|
|
#define cJSON_IsReference 256
|
|
#define cJSON_StringIsConst 512
|
|
#define cJSON_StringIsConst 512
|
|
|
|
|