You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Tired of having to type ["key_name"] every time you want to retrieve data? Then the DictObject class is perfect for you! Turning that dictionary into an object can save you the trouble of typing the [""]
Before
data["name"]
After
data.name
Notice
DictObject is still in testing; use at your own risk!