Home | History | Annotate | Download | only in json

Lines Matching defs:String

174 	indentPrefix string
175 indentValue string
228 func (enc *Encoder) SetIndent(prefix, indent string) {
275 // string, for JSON string literals
342 func (d Delim) String() string {
343 return string(d)
353 // The input stream consists of basic JSON values?bool, string,
425 var x string
460 var context string
469 context = " looking for beginning of object key string"