INT
A lenient converter to Int values.
This converter attempts the following conversions in order:
Returns null for values that cannot be parsed as numbers. Decimals are truncated and out of bounds numbers will be coerced to between Int.MIN_VALUE and Int.MAX_VALUE