.json
file extension and
* application/json
Content-Type.
*/
JSON,
/**
* The JSON-superset HOCON format. Associated with the .conf
file extension
* and application/hocon
Content-Type.
*/
CONF,
/** Used as a default */
UNSPECIFIED
// Original project also supported Java's .properties formats, but we do not
};