-
BPO | [40623](https://bugs.python.org/issue40623)
--- | :---
Nosy | @serhiy-storchaka
Files | [jsonstream.py](https://bugs.python.org/file49153/jsonstream.py "Uploaded as text/plain at 2020-05-14.10:3…
-
**Is your feature request related to a problem? Please describe.**
The problem: there is a massive array of objects, and it is very, very large, I want to be able to parse this array in parts, obje…
polRk updated
1 month ago
-
https://github.com/VariantEffect/mavedb-api/blob/93a5bf2679c6154466c22b084470009f282ea798/src/mavedb/scripts/export_public_data.py#L69-L71
-
It would be nice to have a streaming json encoder and decoder. This can be SAX based with higher-level abstractions built on top (like declarative filter queries on the stream)
-
I found #21862 which is pretty close to my request but closed.
I am currently using Spring WebClient with Spring Boot 2.2.6 and Spring Framework 5.2.5 writing a service that sits in front of a numb…
-
First off, thanks for this package and the associated blog post, they've been very helpful. I've been experimenting with it, and found that if one line has malformed JSON (missing an end brace, for i…
IanVS updated
5 months ago
-
**Have you read the [Tutorials](http://shaka-player-demo.appspot.com/docs/api/tutorial-welcome.html)?**
Yes
**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open is…
-
I notice your JSON reader reads the entire JSON input into memory in order to parse it with `JSON.parse`, then keeping the entire parsed tree in memory too until indexer is done.
Has this not been…
-
parsejson provide api accept stream that match chronos transport semantics, I may need fork version parsejson interact to chronos transport.
-
In cases where GeoJSON is too large to be reliably be read in in its entirety, it would be nice to have the possibility of streaming in GeoJSON features. Jawn is a JSON parsing library written by @non…