I have a database in flask and I need to pass it to json format This is my code:
@app.route(\'/json2\') def try1(): JsonId = db.session.query(Data.id).all