Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOCON Jackson data format

Implementation of a Jackson parser for parsing the HOCON data format.

What the heck is HOCON?

HOCON stands for Human-Optimized Config Object Notation and is made by Typesafe. Check out the project here: github.com/typesafehub/config

In short, HOCON combines YAML, JSON, and Properties files into a single format. On most cases, YAML, JSON, and Properties formats are all valid HOCON--- and it can be mixed and matched at will. Check out the HOCON docs for more detail on the format.

Why this project?

I created this project because I wanted to be able to use HOCON to configure my Dropwizard based applications. Under the hood, Dropwizard uses Jackson to parse its configuration files in either JSON / YAML format. I wanted to be able to easily switch that to using HOCON. Thus, this project was born.

Build Status

About

Jackson parser format for parsing HOCON

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages