with Keep Strings
When parsing the XML into JSON, specifies if values should be kept as strings (true
), or if they should try to be guessed into JSON values (numeric, boolean, string)
Return
The existing configuration will not be modified. A new configuration is returned.
Parameters
new Val
new value to use for the keepStrings
configuration option.