- Global array_list_new (array_list_free_fn *free_fn)
- Use array_list_new2() instead.
- Global json_parse_double (const char *buf, double *retval)
- Global json_tokener
- Unused in json-c code
- Global json_tokener::char_offset
- See json_tokener_get_parse_end() instead.
- Global json_tokener::err
- See json_tokener_get_error() instead.
- Global json_tokener::str
- Do not access any of these fields outside of json_tokener.c
- Class json_tokener_srec
- Don't use this outside of json_tokener.c, it will be made private in a future release.
- Global json_tokener_state
- Don't use this outside of json_tokener.c, it will be made private in a future release.