print_json2()
#
Pretty-print a JSON object to the console. Works with json_t *
.
Prototype
PUBLIC void print_json2(
json_t *json
);
Parameters
Key |
Type |
Description |
---|---|---|
|
The JSON object to print. |
Return Value
No return value. This function outputs the JSON object to the console in a readable format.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples