in src/ujdecode.c [449:457]
int UJIsString(UJObject obj) { if (((Item *) obj)->type == UJT_String) { return 1; } return 0; }