JSON Parser  1.0
JSON_value_types json_report_list_object_type ( list_object *  list)

Given an unknown list_object, provide the JSON value type this list_object represents.

The result can either be JSON_object, JSON_array or JSON_value.

See the JSON Parser documentation for the meanings of these types and how to apply them to your work managing JSON data hierarchy structures.

Parameters
[in]listThe list_object you need to find out the JSON type of
\retval     A valid JSON type, or invalid_empty if the list_object was not
            of a JSON_type