Breaking change in this release!
All of the function calls return Python objects instead of raw JSON. No need to use json.loads
anymore. You'll get a Python dict
or a list
of Python dict
objects.
Breaking change in this release!
All of the function calls return Python objects instead of raw JSON. No need to use json.loads
anymore. You'll get a Python dict
or a list
of Python dict
objects.