json_print_refcounts()
#
Print the reference counts of all JSON objects for debugging purposes. Works with json_t *
.
Prototype
PUBLIC void json_print_refcounts(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
No return value. This function prints the reference counts of JSON objects to the output.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples