Reranko05 opened a new issue, #50724: URL: https://github.com/apache/arrow/issues/50724
### Describe the enhancement requested The simdjson migration currently lacks a reusable way to serialize `simdjson::ondemand::value` using `JsonWriter`. Adding a `JsonWriter::WriteValue` helper enables recursive serialization of simdjson values and provides a common API for future migration work. This avoids duplicating serialization logic when replacing RapidJSON-based code. ### Additional context This is a follow-up task for GH-35460. Future migration PRs can use this API to replace existing RapidJSON-based serialization with direct simdjson serialization. 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]
