A Class in python to convert dictionary to a object
None, only a running Python installation is required.
- Add the
class obj
in your code. - Modify the code according to your need or use it directly:
ob = obj({'a':1, 'b': 2, 'c':3})
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
A Class in python to convert dictionary to a object
None, only a running Python installation is required.
class obj
in your code.ob = obj({'a':1, 'b': 2, 'c':3})