Module jakarta.json

Interface JsonConfig


  • public interface JsonConfig
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String REJECT_DUPLICATE_KEYS
      Configuration property to reject duplicate keys.
    • Field Detail

      • REJECT_DUPLICATE_KEYS

        static final String REJECT_DUPLICATE_KEYS
        Configuration property to reject duplicate keys. The value of the property could be be anything.
        See Also:
        Constant Field Values