How to page using Flask and return in Json?

Asked

Viewed 295 times

2

I need to make a query to the bank (neo4j) and return a json, but as the answer is very large precise paging. I’ve looked at the stack a lot, but most responses use the sqlalchemy pagination method or return a render template with the Pagination object, and that’s not what I need. Is there any way to return this in json or at least convert this Pagination to json?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.