matt-bernstein opened a new issue, #46698: URL: https://github.com/apache/arrow/issues/46698
### Describe the enhancement requested It'd be very handy if `pyarrow.json` had access to more [ConvertOptions](https://arrow.apache.org/docs/python/generated/pyarrow.csv.ConvertOptions.html#pyarrow-csv-convertoptions) like CSV does. In particular, I'm trying to read JSON with an unknown schema and preserve all strings as they exist in the original file without auto-converting them to temporal types, since it's not possible to roundtrip them back to the original string safely. There seems to be no way to do this currently. ### Component(s) Python -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org