For some complicated rest APIs , it is necessarily to be able to access the original JSON data. E.g. so the entire response can be stored in a JSONField in the database. It looks like this data is stored in the AttrDict as base, but this value is not accessible.
For some complicated rest APIs , it is necessarily to be able to access the original JSON data. E.g. so the entire response can be stored in a JSONField in the database. It looks like this data is stored in the AttrDict as
base, but this value is not accessible.