Re: [PR] [C++] Do not escape solidus in JSON output [avro]

2024-06-07 Thread via GitHub
martin-g merged PR #2929: URL: https://github.com/apache/avro/pull/2929 -- 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

[PR] [C++] Do not escape solidus in JSON output [avro]

2024-05-30 Thread via GitHub
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/langu