🍭
Jodd JSON
  • Jodd JSON
  • Installation
  • Serializer
    • Fine-Tuning
  • Parser
  • JsonObject and JsonArray
  • Configuration
  • Miscellaneous
  • Contact
Powered by GitBook
On this page
Export as PDF

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.

PreviousJsonObject and JsonArrayNextMiscellaneous

Last updated 4 years ago