liuhongda11

Results 1 issues of liuhongda11

`v := interface{}(nil) json.Unmarshal([]byte(`{ "welcome":{ "123456":["Good Morning", "Hello World!"] } }`), &v) welcome, err := jsonpath.Get("$.welcome.123456[1]", v)`