![]() |
JSON Parser
1.0
|
| int default_compare_function_array_integer_values | ( | const void * | element, |
| const void * | key | ||
| ) |
This compare function evaluates the elements of a specified JSON Array List It can be used on both JSON Object lists and Array lists.
It will only attempt to evaluate elements that have the value_type of JSON_integer. It will return an "is equal" evaluation if the element is not an integer.