sknowlton
05/16/2022, 2:10 PMtruefalse// Strict Type Boolean Values
		else if ( !isNumeric( thisValue ) && isBoolean( thisValue ) ) {
			result[ thisAlias ] = javacast( "Boolean", thisValue );
		}