-
I'm using `ijson` to parse JSON that is coming out of a `langchain` (https://www.langchain.com/) pipeline.
This pipeline basically is an async iterator over strings (i.e. `str` objects not `bytes`,…
-
The instructions at https://github.com/opensanctions/nomenklatura/blob/main/README.md don't result in any match candidates when using the suggested file https://github.com/opensanctions/nomenklatura/b…
-
I guess not a super big deal since we use caching, but it does give significant (almost 2x speedups)
Had good success using it for a couple of DALs https://github.com/karlicoss/exporthelpers/blob/8…
-
Autocomplete seems not to work at the moment. And when looking from the console, it gives this error:
Traceback (most recent call last):
File "C:\st3\Data\Installed Packages\SwiftKitten.sublime-pac…
-
Hey. Nice work on this. I'd absolutely love to use Sublime over Xcode.
I'm not having luck here on getting this working...
I see on the README it says
> SwiftKitten uses ijson to parse completions …
-
I have verified that Cuckoo was able to download and analyze the file so I'm looking for suggestions as to how to proceed. The parameters for the Cuckoo module are:
WAIT_TIMEOUT 5400
WAIT_STEP 3…
-
I am trying to implement the Intercepting Events pattern from https://github.com/ICRAR/ijson#id13 to consume an aiohttp response. When using non-async sources everything works as expected.
Running…
-
Running pyhttptest version 0.5 on Win10 with Python3.8 in virtualenv fails with error message:
ImportError: cannot import name '_yajl2' from 'ijson.backends' (.venv\lib\site-packages\ijson\backends\_…
-
We're having fatal memory issues loading in large JSON files. Using ijson (JSON streaming loader) should resolve these issues.
https://pypi.python.org/pypi/ijson/
-
Hi,
I am using ijson package to stream json data coming from Request API.
I do this in a LibreOffice/OpenOffice extension (a file with the oxt extension) in which is a copy of the ijson package.…