Skip to content

Importing a key who's value is a json object expands the object #13

@carterbancroft

Description

@carterbancroft

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions