![]() |
JSON Parser
1.0
|
| void display_parsed_json_object | ( | list_object * | json_object, |
| const char * | list_name, | ||
| const int | list_type, | ||
| const boolean | dig_down | ||
| ) |
This function will either display all the elements in a single list_object, or will walk an entire hierarchy of list_objects displaying the elements as it goes through them.
This function is really only called for internal and user code debugging purposes. It also serves as example code.