For example, if I load a .json file via jetconfig load that has the following contents...
{
"key": {
"something": "blah",
"something_else": "blah_blah"
}
}
It expands that into {"key.something": "blah, "key.something_else": "blah_blah"} instead of keeping the object hierarchy as defined in the json file.