WelliSolutions / HugeJsonViewer

Viewer for JSON files that can be GBs large.
MIT License
275 stars 17 forks source link

Add support for reading newline delimited Json #12

Open ron819 opened 6 years ago

ron819 commented 6 years ago

Some services like Google Big Query supports only newline delimited Json. https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-json#limitations

Please support this format

jdbctracer commented 5 years ago

I would like to second that. Big Data often uses JSON to pass values around as newline-separated-JSON . That would require potentially a different UI approach as we encounter many lines; the first character will not be a '[', but it should be handable as huge array. Thanks