You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@adrian-carro I would recommend using a config library rather than re-inventing the wheel with the current Config class. I have used HOCON in my previous Java/Scala work and it seems solid.
Once I finish PR #38, I will open a PR that swaps out the current Config class for one that uses the HOCON configuration library instead.
The text was updated successfully, but these errors were encountered:
Oh, that library looks great! The main reason I didn't go for JSON was the absence of comments. I didn't know about this HOCON which, I assume, is a JSON superset with comments and other stuff, right?
@adrian-carro I would recommend using a config library rather than re-inventing the wheel with the current Config class. I have used HOCON in my previous Java/Scala work and it seems solid.
Once I finish PR #38, I will open a PR that swaps out the current Config class for one that uses the HOCON configuration library instead.
The text was updated successfully, but these errors were encountered: