Lines Matching refs:json
5 package json
16 Sr string `json:"sr"`
17 So string `json:"so,omitempty"`
18 Sw string `json:"-"`
20 Ir int `json:"omitempty"` // actually named omitempty, not an option
21 Io int `json:"io,omitempty"`
23 Slr []string `json:"slr,random"`
24 Slo []string `json:"slo,omitempty"`
26 Mr map[string]interface{} `json:"mr"`
27 Mo map[string]interface{} `json:",omitempty"`
29 Fr float64 `json:"fr"`
30 Fo float64 `json:"fo,omitempty"`
32 Br bool `json:"br"`
33 Bo bool `json:"bo,omitempty"`
35 Ur uint `json:"ur"`
36 Uo uint `json:"uo,omitempty"`
38 Str struct{} `json:"str"`
39 Sto struct{} `json:"sto,omitempty"`
70 BoolStr bool `json:",string"`
71 IntStr int64 `json:",string"`
72 StrStr string `json:",string"`
216 // C implements Marshaler and returns unescaped JSON.
323 XXX string `json:"S"`
459 N *int64 `json:"n,string"`