Reputation: 113
I have a problem with transferring a response from Neo4j to Golang using neoism.
The Neo4j response has nested structure and is assembled with Neo4j plugin in the following way.
I can see that the response is correct in the Neo4j panel. The problem appears when I'm trying to get the response with Golang.
The following error is received: "Unsupported property type: class pkgName.Dev$NestedReport"
The problem isn't reproduced in case if only one top-level element is present in the results.
What is the best way to resolve the issue?
Upvotes: 2
Views: 84