DefaultJsonConfiguration

val DefaultJsonConfiguration: Json

The default json configuration used in SerializationConverter. The settings are:

  • defaults are serialized

  • mode is not strict so extra json fields are ignored

  • pretty printing is disabled

  • array polymorphism is enabled

  • keys and values are quoted, non-quoted are not allowed

See Json for more details.