Describe the enhancement requested
The simdjson migration introduces JsonWriter as a replacement for ObjectWriter.
Once all ObjectWriter users have been migrated, the old implementation and its associated build configuration can be removed.
Additional context
This is a follow-up task for GH-35460. It depends on all remaining ObjectWriter users being migrated to JsonWriter.
Parent Issue: #35460
Component(s)
C++
Describe the enhancement requested
The simdjson migration introduces
JsonWriteras a replacement forObjectWriter.Once all
ObjectWriterusers have been migrated, the old implementation and its associated build configuration can be removed.Additional context
This is a follow-up task for GH-35460. It depends on all remaining
ObjectWriterusers being migrated toJsonWriter.Parent Issue: #35460
Component(s)
C++