An extreme simple converter to convert Json File to Hocon File, or vice versa.
Require JDK 8 and Maven.
Run:
mvn package
Download the jar file and run the following command:
java -cp json-hocon.jar net.shiue.HoconJsonConverter HOCON "path/to/source.json" "path/to/dest.conf"
java -cp json-hocon.jar net.shiue.HoconJsonConverter JSON "path/to/source.conf" "path/to/dest.json"
MIT