in src/ujdecode.c [439:447]
int UJIsDouble(UJObject obj) { if (((Item *) obj)->type == UJT_Double) { return 1; } return 0; }