debug_json()
#
Debug and print the contents of a JSON object. Works with json_t *
.
Prototype
PUBLIC void debug_json(
json_t *json,
const char *title
);
Parameters
Key |
Type |
Description |
---|---|---|
|
The JSON object to debug. |
|
|
|
An optional title for the debug output. |
Return Value
No return value. This function outputs debug information for the JSON object.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples