Skip to content

[C++] Introduce JsonWriter and migrate integration JSON writer #50567

Description

@Reranko05

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions