You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@arrow.apache.org by Rafael Telles <ra...@telles.dev> on 2022/04/25 14:49:42 UTC

[C++] How to convert Arrow arrays to JSON?

Hi guys,

I need a way of transforming Arrow arrays to JSON, I found MakeConverter
from arrow-json only supports primitive types, but I also need to support
complex types, like List, Struct and Map.
Does anyone know a good way of doing this?

Thanks!