Kraken Bitcoin exchange platform
Questions tagged [kraken.com]
63 questions
-1
votes
2 answers
Deserializing a JSON array with awkward additional property in the schema
I have a very similar issue to this question here, except my application is in C#, and I can't figure out how to convert the solution unfortunately. I am trying to deserialize a JSON result that looks like this:
"error":[],
"result":
{
…

Davy C
- 639
- 5
- 16
-2
votes
2 answers
Iterate over values of map of interfaces
How do I iterate over the map of interfaces below to get the values of the interface returned in the map?
I have read through the extensive list of questions regarding iteration in Go but they didn't help me.
//…

dataphile
- 344
- 1
- 5
- 13
-2
votes
1 answer
How can I parse this JSON array?
I have a JSON coming from the Kraken websocket that looks like this:
myJsonString :=…

Hans
- 7