Пример #1
0
def get_persons():
    return jsonify(Person.to_collection_dict(Person.query.all()))