Home | History | Annotate | Download | only in json

Lines Matching refs:quoted

42 // and the input is a JSON quoted string, Unmarshal calls that value's
92 // When unmarshaling quoted strings, invalid UTF-8 or
418 // quoted string literal or literal null into an interface value.
419 // If it finds anything other than a quoted string literal or null,
706 destring = f.quoted
897 // but if this was a quoted string input, it could be anything.
910 // but if this was a quoted string input, it could be anything.
1181 // unquote converts a quoted JSON string literal s into an actual string t.