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

7 lines
156 B
Plaintext

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