Home | History | Annotate | Download | only in json

Lines Matching refs:quoted

329 	// quoted causes primitive fields to be encoded inside JSON strings.
330 quoted bool
500 if opts.quoted {
508 if opts.quoted {
515 if opts.quoted {
519 if opts.quoted {
526 if opts.quoted {
530 if opts.quoted {
567 if opts.quoted {
571 if opts.quoted {
595 if opts.quoted {
638 opts.quoted = f.quoted
1035 quoted bool
1128 // Only strings, floats, integers, and booleans can be quoted.
1129 quoted := false
1137 quoted = true
1153 quoted: quoted,