Files
tostruct/testdata/json/need0.json.0.struct
T
2023-03-13 23:33:40 +08:00

7 lines
152 B
Plaintext

type reqName struct {
Bool bool `json:"bool"`
Float64 float64 `json:"float64"`
Int int `json:"int"`
String string `json:"string"`
}