Hi all,

I was wondering why `arrjson` is kept as an internal package within go/arrow.

Is there a different recommended way to serialize an instance of `arrow.Table` 
to JSON? afaict, using `arrjson.Writer` seems like a great way to do this, but 
it isn't possible to depend on it as an external user, because of it residing 
within the `.../internal/...` path.

Any pointers are much appreciated.

Thanks,
Agam



Reply via email to