/okaeri-hjson

Hjson, the Human JSON, now in the Okaeri's flavor

Primary LanguageJavaMIT LicenseMIT

hjson-java

License Total lines Repo size Contributors Discord

Hjson, the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments. Based on PearsonTheCat/hjson-java, a modified version of hjson/hjson-java. Provides hjson implementation for OkaeriPoland/okaeri-configs, a part of the okaeri-platform.

Installation

Maven

Add repository to the repositories section:

<repository>
    <id>okaeri-repo</id>
    <url>https://storehouse.okaeri.eu/repository/maven-public/</url>
</repository>

Add dependency to the dependencies section:

<dependency>
  <groupId>eu.okaeri</groupId>
  <artifactId>okaeri-hjson</artifactId>
  <version>4.0.1</version>
</dependency>

Gradle

Add repository to the repositories section:

maven { url "https://storehouse.okaeri.eu/repository/maven-public/" }

Add dependency to the maven section:

implementation 'eu.okaeri:okaeri-hjson:4.0.1'

Usage

Main goal at the moment is to provide stable library for hjson module of Okaeri's config library. See usage in the okaeri-configs project or browse the source projects (PearsonTheCat/hjson-java, hjson/hjson-java).