Skip to content

rshiue/jsonhocon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonhocon

An extreme simple converter to convert Json File to Hocon File, or vice versa.

Build

Require JDK 8 and Maven.

Run:

mvn package

Usage

Download the jar file and run the following command:

Json to Hocon

java -cp json-hocon.jar net.shiue.HoconJsonConverter HOCON "path/to/source.json" "path/to/dest.conf" 

Hocon to Json

java -cp json-hocon.jar net.shiue.HoconJsonConverter JSON "path/to/source.conf" "path/to/dest.json" 

License

MIT

About

extreme simple json-hocon converter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages