mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 23:09:07 +08:00
Issue #103: allow Infinity and -Infinity to be parsed.
This commit is contained in:
@@ -60,7 +60,8 @@ enum json_tokener_state {
|
||||
json_tokener_state_object_value_add,
|
||||
json_tokener_state_object_sep,
|
||||
json_tokener_state_array_after_sep,
|
||||
json_tokener_state_object_field_start_after_sep
|
||||
json_tokener_state_object_field_start_after_sep,
|
||||
json_tokener_state_inf
|
||||
};
|
||||
|
||||
struct json_tokener_srec
|
||||
|
||||
Reference in New Issue
Block a user