Description
There is an issue in Avro's java code when encoding a GenericData as JSON in GenericData#writeEscapedString().
In the default clause, it must be the hexadecimal value of the character that must be written and not the string itself, otherwise the built JSON string is not valid.
Attachments
Attachments
Issue Links
- is duplicated by
-
AVRO-860 Invalid JSON when printing out records with unicode
- Closed