Fix issue #823: add back json_number_chars, but only because it's part of the public API.

This commit is contained in:
Eric Hawicz
2023-08-06 15:35:04 -04:00
parent 87127d31c6
commit 077661f3d1

View File

@@ -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);