Need help parsing cypher result #584
Unanswered
Beetroot2314
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello @Beetroot2314, can you share what the query looks like as well, please? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I have the following code on my golang project -
I am unable to properly parse the result.
These are the following logs I am getting-
2024/05/28 23:32:30 results: &{[friend] [0xc000088240] 0xc000067c60}
2024/05/28 23:32:30 Record: &{[{0 4:a88a8293-4d0c-4906-9910-f5401dc8950d:0 [Student] map[class:5 id:1 name:John]}] [friend]}
2024/05/28 23:32:30 Value: {0 4:a88a8293-4d0c-4906-9910-f5401dc8950d:0 [Student] map[class:5 id:1 name:John]}
What I wish to pick from this is map[class:5 id:1 name:John]
Please tell me how that can be done?
Beta Was this translation helpful? Give feedback.
All reactions