Skip to content

ph config json

Philip Helger edited this page Apr 8, 2026 · 1 revision

Extension to ph-config that adds JSON as a configuration file format. When this module is on the classpath, private-application.json and application.json files are automatically picked up by the default configuration.

The JSON format must be a single top-level object ({ ... }). Unquoted keys are allowed. Files must be UTF-8 encoded.

See ph-config for full configuration details.

Maven usage

Add the following to your pom.xml to use this artifact:

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-config-json</artifactId>
  <version>x.y.z</version>
</dependency>

Clone this wiki locally