the internal integration testing.
> >
> > -----Original Message-----
> > From: Micah Kornfield
> > Sent: Wednesday, April 21, 2021 11:19 PM
> > To: dev
> > Subject: Re: [Go] expose ability to write arrow.Table to JSON
> >
> > > I was wondering w
standardized external format
> expected as JSON for arrow to my knowledge. Having arrjson be internal is
> intentional due to it being for the internal integration testing.
>
> -Original Message-
> From: Micah Kornfield
> Sent: Wednesday, April 21, 2021 11:19 PM
> To:
: dev
Subject: Re: [Go] expose ability to write arrow.Table to JSON
> I was wondering why `arrjson` is kept as an internal package within
go/arrow.
I think this is probably what is used for internal integration testing, we have
specific JSON format that is expected, that needs to free to evo
> I was wondering why `arrjson` is kept as an internal package within
go/arrow.
I think this is probably what is used for internal integration testing, we
have specific JSON format that is expected, that needs to free to evolve
and probably isn't what users are looking for.
> Is there a differen