debug_json()

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

json

json_t *

The JSON object to debug.

title

const char *

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