If I want to access the first element of a JSON array using Scott Klement's YAJL port from RPG, does YAJL index the array from 0, 1, 2... or from 1, 2, 3... ?

In other words, for example, if I want to use yajl_array_elem (or yajl_object_elem for the first item in a JSON object) to get the...