withConvertNilAttributeToNull

When parsing the XML into JSON, specifies if values with attribute xsi:nil="true" should be kept as attribute(false), or they should be converted to null(true)

Return

The existing configuration will not be modified. A new configuration is returned.

Parameters

newVal

new value to use for the convertNilAttributeToNull configuration option.