Home | History | Annotate | Download | only in json

Lines Matching refs:UTF

48 // String values encode as JSON strings coerced to valid UTF-8,
140 // subject to the UTF-8 coercion described for string values above:
243 // attempting to encode a string value with invalid UTF-8 sequences.
244 // As of Go 1.2, Marshal instead coerces the string to valid UTF-8 by
253 return "json: invalid UTF-8 in string: " + strconv.Quote(e.S)