allowSpecialFloatingPointValues

@ConfigItem(defaultValue = "false")
open var allowSpecialFloatingPointValues: Boolean

Removes JSON specification restriction on special floating-point values such as `NaN` and `Infinity` and enables their serialization and deserialization. When enabling it, please ensure that the receiving party will be able to encode and decode these special values.