Fix issue #823: add back json_number_chars, but only because it's part of the public API.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
const char *json_number_chars = "0123456789.+-eE"; /* Unused, but part of public API, drop for 1.0 */
|
||||
const char *json_hex_chars = "0123456789abcdefABCDEF";
|
||||
|
||||
static void json_object_generic_delete(struct json_object *jso);
|
||||
|
||||
Reference in New Issue
Block a user