Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 430 Bytes

configuration.md

File metadata and controls

8 lines (4 loc) · 430 Bytes

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.