json_type_int,
json_type_object,
json_type_array,
- json_type_string,
+ json_type_string
} json_type;
/* reference counting functions */
json_type_int,
json_type_object,
json_type_array,
- json_type_string,
+ json_type_string
*/
extern int json_object_is_type(struct json_object *obj, enum json_type type);
json_type_int,
json_type_object,
json_type_array,
- json_type_string,
+ json_type_string
*/
extern enum json_type json_object_get_type(struct json_object *obj);