Reranko05 opened a new issue, #50936: URL: https://github.com/apache/arrow/issues/50936
### Describe the enhancement requested ### Describe the enhancement requested The C++ integration JSON implementation under `cpp/src/arrow/integration` still uses RapidJSON for JSON parsing and serialization. Replace the RapidJSON usage with simdjson and Arrow's existing `JsonWriter`, removing the remaining RapidJSON dependency from the integration implementation while preserving the existing JSON integration behavior and test coverage. ### Additional context Parent Issue: GH-35460. ### Component(s) C++ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
