Reranko05 opened a new pull request, #50725:
URL: https://github.com/apache/arrow/pull/50725

   ### Rationale for this change
   
   This PR continues the simdjson migration by adding support for serializing 
`simdjson::ondemand::value` directly with `JsonWriter`.
   
   This provides a reusable API for future migration work and removes the need 
for callers to implement their own recursive serialization logic.
   
   ### What changes are included in this PR?
   
   * Add `JsonWriter::WriteValue(simdjson::ondemand::value)`.
   * Recursively serialize:
     * objects
     * arrays
     * strings
     * booleans
     * null values
     * numeric values
   * Add unit tests covering:
     * simple objects
     * nested objects
     * objects containing arrays
     * complex nested values
     * empty objects
   
   ### Are these changes tested?
   
   Yes.
   
   Added unit tests for `JsonWriter::WriteValue`.
   
   ### Are there any user-facing changes?
   
   No.
   
   Closes: #50724 


-- 
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]

Reply via email to