You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/02/22 14:30:53 UTC

[GitHub] [arrow] zeroshade commented on issue #34292: [GO] arrjson is internal

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-unsubscribe@arrow.apache.org

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