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
Nested ClassesModifier and TypeClassDescriptionstatic enumContains the different values allowed forKEY_STRATEGY. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConfiguration 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:
 
 
 -