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

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