in src/ujdecode.c [469:477]
int UJIsObject(UJObject obj) { if (((Item *) obj)->type == UJT_Object) { return 1; } return 0; }