Answer the question
In order to leave comments, you need to log in
Is there an alternative to json string comparison in golang?
Now I'm comparing like this:
json.NewDecoder(strings.NewReader(js)).Decode(&m)
for i := range m.Array {
if m.Array[i].Extend == "test" {
fmt.Printf("1")
return
}
}
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