I am trying to convert the result of a query to JSON using the Neo4j Python driver. However, there are serialization issues with records.
What is the correct way to convert a stream of records to JSON?
I had a look at similar question But I don't see...