Reranko05 opened a new issue, #50567: URL: https://github.com/apache/arrow/issues/50567
### Describe the enhancement requested ## Describe the enhancement requested Introduce a reusable `JsonWriter` abstraction based on simdjson's builder API and migrate the integration JSON writer to use it instead of RapidJSON's writer. Scope: - Add a reusable `JsonWriter` wrapper around simdjson's builder API. - Migrate the integration JSON writer implementation to `JsonWriter`. - Update integration tests to use `JsonWriter`. - Add unit tests for `JsonWriter`. Parent issue: #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]
