Kur-Ich
Results
2
comments of
Kur-Ich
Solved it like this: ` jss := gjson.ParseBytes(resp) for _, js := range jss.Array() { println(js.String()) }`
Thanks. I've added both but I'm still getting the same error unfortunately. Is anything else needed, such as building the C++ lib with CMake?