Gerrit Birkeland created AVRO-3994: -------------------------------------- Summary: [C++] Solidus (/) should not be escaped in JSON output Key: AVRO-3994 URL: https://issues.apache.org/jira/browse/AVRO-3994 Project: Apache Avro Issue Type: Improvement Components: c++ Affects Versions: 1.11.3, 1.11.2, 1.11.1, 1.10.2, 1.10.1, 1.11.0 Reporter: Gerrit Birkeland
The JSON standard permits a solidus ({{{}/{}}}) to be escaped in strings, but does not require that it be escaped. Most JSON serializers used by other packages/languages do not escape solidus characters, so for consistency it would be nice if Avro also did not perform this useless escape. Fixed with https://github.com/apache/avro/pull/2929 -- This message was sent by Atlassian Jira (v8.20.10#820010)