issues
search
mangiucugna
/
json_repair
A python module to repair invalid JSON, commonly used to parse the output of LLMs
https://pypi.org/project/json-repair/
MIT License
1.16k
stars
65
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Bug]: repair_json
#81
hongbofan
closed
5 days ago
0
[Bug]: Codeblock with \n will make the result wrong.
#80
Taoduhui
closed
2 weeks ago
1
[Feature Request]: Support utf-8 characters
#79
kinga-marszalkowska
closed
1 month ago
1
docs: update README.md
#78
eltociear
closed
1 month ago
0
[Bug]: trailing comma gets added to field value when it's the last field
#77
pchalasani
closed
1 month ago
1
[Bug]: unquoted value strings with brackets lose first closing bracket and any text after it
#76
slidedrum
closed
1 month ago
6
[Bug]: Content after quotes is ignored if quotes near curly braces are missing
#75
tfshaman
closed
1 month ago
0
[Bug]: Handling LaTeX inside a string
#74
sreeramcoder
closed
1 month ago
1
[Bug]: Quotes are not added after the last value in a JSON when the value has a Comma
#73
strentom
closed
1 month ago
1
[Bug]: issue with parsing rust code in JSON
#72
pchalasani
closed
1 month ago
3
[Bug]: Some strings cannot be parsed correctly.
#70
liuziw
closed
2 months ago
0
[Feature Request]: Publish to PyPI?
#69
vergenzt
closed
2 months ago
1
[Feature Request]: CLI?
#68
vergenzt
closed
2 months ago
1
buffer reads from file
#67
benjamingr
closed
2 months ago
3
[Bug]: json_repair incredibly slow with from_file
#66
benjamingr
closed
2 months ago
4
Improve type hinting by using overloads
#65
d-hage
closed
3 months ago
0
[Feature Request]: Add support for `mypy`
#64
JakeSummers
closed
3 months ago
1
added check for integer being key in object
#63
andsmi97
closed
3 months ago
2
[Bug]: Extra backslash when repairing JSON with escaped double quote
#62
didmar
closed
3 months ago
0
Adding test for "ensure_ascii"
#61
RatexMak
closed
3 months ago
0
[FEATURE] Adding [ensure_ascii] option to [repair_json]
#60
RatexMak
closed
3 months ago
5
[Bug]: Failing to parse truncated JSON (due to LLM repetition and max_tokens)
#59
thigger
closed
3 months ago
1
[Bug]: loading an ordinary string results in empty string object
#58
xonfour
closed
3 months ago
1
[Bug]: Unable to handle double quotes in start of string
#57
RaahimSiddiqi
closed
4 months ago
0
[Bug]: Failed repair on some quote cases
#56
Robin-Dong
closed
4 months ago
1
[Bug]: Does not add missing comma in an array of strings but works fine with array of numbers
#55
SumitRathor002
closed
4 months ago
1
[Bug]: Maximum recursion depth reached when parsing very long incompatible strings (2972 chars)
#54
eleanorRumsey
closed
5 months ago
0
[Bug]: Fails to accurately capture value with missing opening quote if a comma comes before closing quote
#53
ahhardin
closed
5 months ago
4
[Feature Request]: Get multiple valid fixes for an invalid JSON string
#52
danb27
closed
5 months ago
2
Added link to Ruby version of the library
#51
sashazykov
closed
5 months ago
0
[Bug]: poor repair from json to just integer
#50
pseudotensor
closed
5 months ago
6
[Bug]: unescaped quotes immediately followed by comma fail.
#49
aminland
closed
5 months ago
8
[Bug]:
#48
lansespirit
closed
5 months ago
2
[Bug]: json_repair does not work for following json
#47
Laserlicht
closed
5 months ago
2
[Bug]: Strings containing unescaped quotes followed by commas are incorrectly truncated
#46
bwest2397
closed
5 months ago
2
Parsing comments with float point number
#45
liangjs
closed
6 months ago
3
repair_json incorrectly truncates JSON strings with escaped quotes and commas
#44
mlxyz
closed
6 months ago
3
Feature: Fix plain ellipsis (...) in arrays
#43
mlxyz
closed
6 months ago
6
Price like numbers not properly parsed
#42
GeraldWu23
closed
6 months ago
2
fix: remove unwanted output when importing json_repair
#41
MatthieuSarter
closed
6 months ago
0
Special invalid json text: no response for a long time
#40
dhrbobluo
closed
6 months ago
1
Function "repair_json" raises an AttributeError exception when called with a certain input
#39
werpachowski-msft
closed
6 months ago
0
getting '_io.TextIOWrapper' object has no attribute 'strip'. Not sure if i'm using it wrong or python version conflict
#38
Jaron123
closed
6 months ago
2
TypeError on malformed string
#37
liangjs
closed
6 months ago
0
Handle missing comma
#36
liangjs
closed
6 months ago
1
Issue with parsing when there is leading text
#35
lujasmine
closed
6 months ago
2
Not extracting specific JSON examples
#34
ArslanKAS
closed
6 months ago
10
Not working for basic example
#33
dcollien
closed
6 months ago
3
Wrong result when parsing json with trailing texts.
#32
liangjs
closed
6 months ago
1
Fix the case where a float without a preceding zero is converted incorrectly
#30
paulb-instacart
closed
6 months ago
0
Next