How to correctly serialize API response in Django view – Twitter API
I am calling the Giphy API using another wrapper API which returns a list of dictionaries. I am having hard times to serialize the data to return it to AJAX. The data is returned as InlineResponse200 with three properties. (docu)…