[ 
https://issues.apache.org/jira/browse/ARROW-11827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294489#comment-17294489
 ] 

Andrew Lamb commented on ARROW-11827:
-------------------------------------

I recently added support for writing such format 
https://github.com/apache/arrow/pull/9575 so allowing parsing support makes a 
lot of sense to me

> [Rust] Support JSON array of objects
> ------------------------------------
>
>                 Key: ARROW-11827
>                 URL: https://issues.apache.org/jira/browse/ARROW-11827
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Dominik Moritz
>            Priority: Major
>
> The JSON parser should also support arrays of object, which are a common 
> format for data in JSON (albeit not very efficient). 
> ```json
> [{
>     "a": 42,
>     "b": true
> }, {
>     "a": 12,
>     "b": false
> }, {
>     "a": 7,
>     "b": true
> }]
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to