in src/ujdecode.c [459:467]
int UJIsArray(UJObject obj) { if (((Item *) obj)->type == UJT_Array) { return 1; } return 0; }