martsec commented on issue #40912: URL: https://github.com/apache/arrow/issues/40912#issuecomment-2047372738
As far as I am aware, Arrow only supports to read line-delimited JSON files ([see docs and note](https://arrow.apache.org/docs/python/json.html)) Though there it seems to be a couple options that could help with reading your json https://arrow.apache.org/docs/python/generated/pyarrow.json.ParseOptions.html#pyarrow.json.ParseOptions > newlines_in_values[bool](https://docs.python.org/3/library/stdtypes.html#bltin-boolean-values), optional (default [False](https://docs.python.org/3/library/constants.html#False)) > > Whether objects may be printed across multiple lines (for example pretty printed). If false, input must end with an empty line. -- 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]
