Найти - Пользователи
Полная версия: Flask, ImmutableMultiDict
Начало » Web » Flask, ImmutableMultiDict
1
alexsis
Приложение получает POST запрос с json внутри.
@app.route('/index', methods=['GET', 'POST'])
def index():
    if request.is_xhr:
        print request.form
    else:
        return render_template('index.html')

То, что пришло имеет тип ImmutableMultiDict. Собственно вопрос заключается в том, как его можно перевести в обычный питоновский словарь. Пример того, что приходит:
ImmutableMultiDict([(u'{"name": "qwe"}')])
Заранее спасибо.
Singularitty
передать в dict() ?
alexsis
Singularitty
передать в dict() ?
Спасибо, все оказалось просто.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB