Package jakarta.json
Class JsonConfig
java.lang.Object
jakarta.json.JsonConfig
This class contains the Json properties and values.
- Since:
- 2.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Contains the different values allowed forKEY_STRATEGY
. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Configuration property to define the strategy for handling duplicate keys. -
Method Summary
-
Field Details
-
KEY_STRATEGY
Configuration property to define the strategy for handling duplicate keys. SeeJsonConfig.KeyStrategy
- See Also:
-