Fix json printing errors
This commit is contained in:
@@ -21,7 +21,7 @@ struct json_value {
|
||||
struct json_value** array;
|
||||
char* string;
|
||||
bool boolean;
|
||||
int64_t number;
|
||||
double number;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user