According to the manual, there should be a function called GetString, but only GetStringBytes works for me. var parser fastjson.Parser json, err := parser.Parse(string(response.Body)) data := json.GetString("data") ./main.go:368:31: json.GetString undefined (type *fastjson.Value has no field or method GetString)