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?