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
The JSON structure of many responses include additional objects that this library isn't fully parsing, creating a slightly awkward situation where we're using both dot notation and dict key lookups.
The JSON structure of many responses include additional objects that this library isn't fully parsing, creating a slightly awkward situation where we're using both dot notation and dict key lookups.
The response parser should also attempt to resolve nested
dict
andlist
intoCollection
andResource
The text was updated successfully, but these errors were encountered: