我正在尝试从 django HttpResponse 获取 json 对象。实际上访问'form_validation'值。但我不能。有什么建议吗?
这是我的 HttpResponse
return HttpResponse(simplejson.dumps({'response_data':response_data, 'form_validation':form_validation, 'guest': guest, 'error_list':error_array}), mimetype="application/json")