in src/ujdecode.c [397:406]
int UJIsFalse(UJObject obj) { if (((Item *) obj)->type == UJT_False) { return 1; } return 0; }