JSON Parser  1.0
int default_compare_function_member_names ( const void *  element,
const void *  key 
)

This the default compare function applied to all JSON Object lists, unless an alternative is provided by the caller of parse_json_data_block()

This compare function evaluates the names of the elements of a specified JSON Object List.

It should only be used on a JSON Object list, not for an Array list. If used on an Array list in debug mode, it will raise an assert() exception. If run in production mode on an Array list, it will return an Elements Equal result. Either way the results are undefined.