zeroshade commented on issue #34292:
URL: https://github.com/apache/arrow/issues/34292#issuecomment-1440128425

   Hi @yevgenypats,
   
   `arrjson` is internal on purpose as it is explicitly the implementation for 
Arrow's Integration testing format as defined here: 
https://arrow.apache.org/docs/format/Integration.html
   
   If you want generic JSON read/write for Arrow arrays, all Arrow Arrays have 
implemented the `MarshalJSON` interface and should be able to generically 
marshal any Arrow data to JSON for writing.
   
   In addition there are several `FromJSON` methods in the `array` package, 
such as 
https://pkg.go.dev/github.com/apache/arrow/go/v11@v11.0.0/arrow/array#FromJSON
   
   Is that sufficient?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to