issues
search
ICRAR
/
ijson
Iterative JSON parser with Pythonic interfaces
http://pypi.python.org/pypi/ijson/
Other
849
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0
#125
dependabot[bot]
closed
9 hours ago
2
Parsing JSON from string generators/iterators
#124
doerwalter
opened
1 month ago
4
Incomplete parse with trailing garbage
#123
doerwalter
closed
1 month ago
4
Bump pypa/cibuildwheel from 2.21.2 to 2.21.3
#122
dependabot[bot]
closed
1 month ago
1
Bump pypa/cibuildwheel from 2.21.1 to 2.21.2
#121
dependabot[bot]
closed
1 month ago
1
Bump pypa/cibuildwheel from 2.21.0 to 2.21.1
#120
dependabot[bot]
closed
2 months ago
0
Bump pypa/cibuildwheel from 2.20.0 to 2.21.0
#119
dependabot[bot]
closed
2 months ago
0
Create wsrbw4e3hew3546
#118
Dezorone333
closed
2 months ago
3
Replace `mktemp` method with `NamedTemporaryFile`
#117
ZuhairORZaki
closed
2 months ago
5
Bump actions/download-artifact from 3 to 4
#116
dependabot[bot]
closed
5 months ago
1
Bump actions/setup-python from 4 to 5
#115
dependabot[bot]
closed
5 months ago
1
Bump actions/checkout from 3 to 4
#114
dependabot[bot]
closed
5 months ago
1
Bump actions/upload-artifact from 3 to 4
#113
dependabot[bot]
closed
5 months ago
1
Bump docker/setup-qemu-action from 1 to 3
#112
dependabot[bot]
closed
5 months ago
1
Make new release
#111
corneliusroemer
closed
5 months ago
2
How to parse a large gzip json file.
#110
davies-w
closed
6 months ago
2
Iterate over more than one prefix?
#109
hotaru355
opened
6 months ago
2
Update README.rst
#108
ammo414
closed
7 months ago
1
Include array index
#107
Minitour
opened
11 months ago
3
change yajl link
#106
zjuchenyuan
closed
12 months ago
1
Wheels for Python 3.12 with yajl2_c backend
#105
eantkaj
closed
1 year ago
4
ijson.items(file, prefix) waits for EOF
#104
green-green-avk
closed
1 year ago
8
Is there a way to recursively iterate the key?
#103
MacHu-GWU
closed
1 year ago
4
Add an environment variable to control building yajl2_c
#102
mgorny
closed
1 year ago
2
yajl2_c backend crashes on PyPy3
#101
mgorny
closed
1 year ago
19
Test PR
#100
rtobar
closed
1 year ago
0
Add an explicit test for loading the yajl2_c extension
#99
mgorny
closed
1 year ago
2
_yajl2 backend broken with Python 3.12
#98
mgorny
closed
1 year ago
9
Memory leak on exception handling with yajl2_c backend
#97
mhugo
closed
1 year ago
6
Is it possible to use isjon with Jsonl, ndjson ?
#96
dinhanhx
closed
1 year ago
5
Python3.12 compilation error: ‘PyGenObject’ has no member named ‘gi_code’
#95
arkamar
closed
1 year ago
5
How can I most-efficiently check for a key in the top-level of a json object?
#94
vuciv
closed
1 year ago
3
Allow to use ijson package by a relative import
#93
prrvchr
opened
1 year ago
4
Full support for byte stream generator
#92
prrvchr
closed
1 year ago
9
Thread safety
#91
FilippoBoido
closed
1 year ago
9
Question: is it possible that returing bytes instead of str could speedup parsing?
#90
karlicoss
closed
1 year ago
3
How to read json records in chunks using ijson?
#89
Rstar1998
closed
1 year ago
4
Fix example readme typo
#88
Martin-Molinero
closed
1 year ago
1
How to use ijson to covert string to dict?
#87
kellenf
closed
1 year ago
3
yajl2_c backend for lambda function
#86
manifiserv
closed
1 year ago
2
Is it possible to use multiple prefix
#85
ManivannanMurugavel
closed
1 year ago
8
HighLevelAPI: Raise an error if the prefix does not exist
#84
TekTimmy
closed
1 year ago
2
High level interface to iterate over lists
#83
TekTimmy
closed
1 year ago
3
Is the yajl_c backend supported on PyPy?
#82
jpmckinney
closed
1 year ago
7
How to determine which backend is being used at runtime?
#81
petrock99
closed
1 year ago
3
Release wheels for 3.11
#80
gaborbernat
closed
1 year ago
6
Use stacklevel to point str vs bytes warning to user code
#79
pquentin
closed
2 years ago
3
Nested structure reading
#78
adam-mrozik
closed
2 years ago
2
Generators created by ijson.items() do not seem to have an end
#77
TomGeoDK
closed
2 years ago
5
How to define a prefix where an object contains dot characters
#76
mrsant
closed
2 years ago
2
Next