FConfigLib is a simple JSON configuration library designed specifically for Fabric Mod Loader.
Java 8+ is required in order for this mod to work.
How to add to your project:
Add JitPack to your repositories list in build.gradle.
maven { name "JitPack" url "https://jitpack.io"}
Add the following line to your dependencies in build.gradle.dependencies { ... modImplementation "com.github.ForwarD-NerN:fconfiglib:1.1.0")}
Currently, there is no documentation available, however, you can look at an example here.