in src/ujdecode.c [377:385]
int UJIsNull(UJObject obj) { if (((Item *) obj)->type == UJT_Null) { return 1; } return 0; }