STRING
A lenient converter to String values.
This converter attempts the following conversions in order:
Direct extraction as String
Conversion of Boolean to "true" or "false"
Conversion of numeric types to String
Special values: Double.NaN ->
"NaN", Double.POSITIVE_INFINITY ->"Infinity"Whole numbers: 1.0 →
"1"(removes unnecessary ".0" suffix)Disables scientific notation for better readability