For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

Jodd JSON serialization and parsing can be configured globally using the static fields.

The global configuration for JsonSerializer is defined in JsonSerializer.Defaults class. There you can enable some flags and set some values that will be used by default by any new instance of the JsonSerializer.

The same thing applies to the JsonParser. Its default configuration is in JsonParser.Defaults.

Last updated