JsonConfiguration
Configuration of the current Json instance available through Json.configuration and configured with JsonBuilder constructor.
Can be used for debug purposes and for custom Json-specific serializers via JsonEncoder and JsonDecoder.
Standalone configuration object is meaningless and can nor be used outside of the Json, neither new Json instance can be created from it.
Detailed description of each property is available in JsonBuilder class.
Properties
allowSpecialFloatingPointValues
Link copied to clipboard
allowStructuredMapKeys
Link copied to clipboard
classDiscriminator
Link copied to clipboard
coerceInputValues
Link copied to clipboard
encodeDefaults
Link copied to clipboard
explicitNulls
Link copied to clipboard
ignoreUnknownKeys
Link copied to clipboard
prettyPrint
Link copied to clipboard
prettyPrintIndent
Link copied to clipboard
useAlternativeNames
Link copied to clipboard
useArrayPolymorphism
Link copied to clipboard