Instantiate from more sources #12
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
wontfix
This will not be worked on
Enable:
CleverDict({"1": "one"}')
E.g. look for string in init and attempt to convert using json.loads
CleverDict(file)
Where file is INI, YAML, TOML, JSON or .py with e.g.
variable = value
linesThe text was updated successfully, but these errors were encountered: