Skip to content

[C++] Use JsonWriter consistently in LogicalType::ToJSON() #50830

Description

@Reranko05

Describe the enhancement requested

LogicalType::ToJSON() currently mixes manual JSON string construction with ::arrow::json::JsonWriter.

Refactor it to use JsonWriter for building the entire JSON object to improve consistency and maintainability.

Parent Issue: #35460

Component(s)

C++

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions