Gerrit0 opened a new pull request, #2929: URL: https://github.com/apache/avro/pull/2929
## What is the purpose of the change 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. ## Verifying this change This change is already covered by existing json tests, I've added additional test cases to ensure full coverage. ## Documentation - Does this pull request introduce a new feature? No - If yes, how is the feature documented? N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org