Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8903073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:46:41+00:00 2026-06-15T01:46:41+00:00

Is there a Java library similar to libconfig for C++, where the config file

  • 0

Is there a Java library similar to libconfig for C++, where the config file is stored in a JSON-like format that can be edited by humans, and later read from the program?

I don’t want to use Spring or any of the larger frameworks. What I’m looking for is a small, fast, self-contained library. I looked at java.util.Properties, but it doesn’t seem to support hierarchical/nested config data.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T01:46:42+00:00Added an answer on June 15, 2026 at 1:46 am

    I think https://github.com/typesafehub/config is exactly what you are looking for. The format is called HOCON for Human-Optimized Config Object Notation and it a super-set of JSON.

    Examples of HOCON:

    HOCON that is also valid JSON:

    {
        "foo" : {
            "bar" : 10,
            "baz" : 12
        }
    }
    

    HOCON also supports standard properties format, so the following is valid as well:

    foo.bar=10
    foo.baz=12
    

    One of the features I find very useful is inheritance, this allows you to layer configurations. For instance a library would have a reference.conf, and the application using the library would have an application.conf. The settings in the application.conf will override the defaults in reference.conf.

    Standard Behavior for loading configs:

    The convenience method ConfigFactory.load() loads the following
    (first-listed are higher priority):

    • system properties application.conf (all resources on classpath with
      this name)
    • application.json (all resources on classpath with this
      name)
    • application.properties (all resources on classpath with this
      name)
    • reference.conf (all resources on classpath with this name)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any java library that is similar to unix's command file ? ie:
There's a Java library that I would like to use in my project. My
Is there a standard Java library that handles common file operations such as moving/copying
Is there a simple library that can parse a True Type font file and
Is there a Java library that can take an email, compare it to a
In Java is there something similar to C++ Standard Library lists that uses a
Is there any free Java library for extracting text from PDF, that is compatible
Possible Duplicate: Java : Is there a good natural language processing library Can anybody
Is there some library or generator that I can use to generate multiple templated
Is there Java library like Spring JDBC Template, with same quality of code and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.