mnpw opened a new issue, #4905: URL: https://github.com/apache/arrow-rs/issues/4905
**Which part is this question about** Reading from JSON to Arrow ([arrow_json](https://docs.rs/arrow-json/47.0.0/arrow_json/index.html)::[reader](https://docs.rs/arrow-json/47.0.0/arrow_json/reader/index.html#) module) **Describe your question** [arrow_json::reader](https://docs.rs/arrow-json/47.0.0/arrow_json/reader/index.html#) mentions > This JSON reader allows **JSON line-delimited files** to be read into the Arrow memory model... I'm curious as to why does the reader not support Array JSON type (`[{...}, {...}, {...}, ...]`)? I found that `arrow2` is able to [do so](https://jorgecarleitao.github.io/arrow2/io/json_read.html) but not `arrow-rs`. **Additional context** N/A -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
