> For the complete documentation index, see [llms.txt](https://json.jodd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://json.jodd.org/configuration.md).

# 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`.
