Hi Michael, Please open an issue to track it. I'll fix it asap.
Thanks, Florian
Hi, There is an issue with createType. Creating a type with a decimal property with a min/max value is not (always) working.The min & max value after parsing are null if the values are integers.Using version 0.9.0.JSONConverter.getDecimal() only accepts BigDecimal, but the value can alsobe a BigInteger. Michael
