Answer the question
In order to leave comments, you need to log in
Getting nested JSON in Go?
The Go standard library has a module for working with JSON, which is great.
But such is the case - JSON is very often nested and it is far from always done wisely, as an example:
{
"followers": {
"count": 999
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question