Skip to content

Powerful java configuration library for toml, yaml, hocon, json and in-memory configurations. Serialization/deserialization framework.

License

Notifications You must be signed in to change notification settings

TheElectronWill/night-config

Repository files navigation

Night Config

Introduction

NightConfig is a powerful yet easy-to-use java configuration library, written in Java 8.

It supports the following formats:

Project management

NightConfig is managed with gradle. It is divided in several modules, the "core" module plus one module per supported format of configuration.

The project is available on jitpack.

The repository has several branches:

Code examples

  • Code examples are available here.
    Note: these examples are for the last stable version, and may not work with the master branch.
  • You can also read the wiki.