Browse Source

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

tags/json-c-0.17-20230812
Eric Hawicz 2 years ago
parent
commit
077661f3d1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      json_object.c

+ 1
- 0
json_object.c 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);


Loading…
Cancel
Save