[issue34529] add the option for json.dumps to return newline delimited json

ron report at bugs.python.org
Tue Aug 28 08:47:12 EDT 2018


New submission from ron <ron at mailinator.com>:

Many service providers such as Google BigQuery do not accept Json.
They accept newline delimited Json.

https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-json#limitations

please allow to receive this format directly from the dump.

----------
messages: 324244
nosy: ronron
priority: normal
severity: normal
status: open
title: add the option for json.dumps to return newline delimited json
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34529>
_______________________________________


More information about the Python-bugs-list mailing list