V 1.0.6
some bug fixing and renaming:
Renamed all values in JConfigObject from val object to val as object.
Replaced IllegalArgumentException with JConfigException
for get(key: String, defaultValue: Any) instead of trying and throwing an error, it checks if it contains the key in the map else it returns the default value
Full Changelog: v1.0.5...v1.0.6