alamb opened a new issue #154: URL: https://github.com/apache/arrow-rs/issues/154
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10987 Create lightweight wrapper, `JSONArray` to interpret `BinaryArray` values as serialized JSON. Leverage recent work for inferring JSON schema to support conversion to `StructArray`. Example: {code:java} let json_array: JSONArray = binary_array.into(); let struct_array: StructArray = json_array.try_into().unwrap(); {code} -- 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. For queries about this service, please contact Infrastructure at: [email protected]
