I have a querydict that looks like the following:
How would I extract
You can use - request.data.get("content") This will give you the data directly if in front end (jQuery,Angular) you have NOT used JSON.stringify(data).
request.data.get("content")
JSON.stringify(data)