Skip to content

Tags: mangiucugna/json_repair

Tags

v0.35.0

Toggle v0.35.0's commit message
Fix #91, when a key is missing a right delimeter (but not the left on…

…e) there could be cases in which this can be repaired safely.

v0.34.0

Toggle v0.34.0's commit message
Fix #89, improve a corner case check in which stray quotes will lead …

…the parser astray

v0.33.0

Toggle v0.33.0's commit message
Better handling of misplaces quotes in array context

v0.32.0

Toggle v0.32.0's commit message
Fix #86, in array context if an object has repeated keys it's not val…

…id and can be split up. This will allow to find cases in which the brace is missing but the form is still valid

v0.31.0

Toggle v0.31.0's commit message
Fix #85, fix a regression introduced in 0.30.x. Updated tests

v0.30.3

Toggle v0.30.3's commit message
Fix #83, enhance JSONParser to handle end of array context, and add t…

…est for edge case with missing string delimiter in array.

v0.30.2

Toggle v0.30.2's commit message
Fix #81, manage an edge case in which an LLM will never use delimiter…

…s in objects

v0.30.1

Toggle v0.30.1's commit message
Bump to 0.30.1

v0.30.0

Toggle v0.30.0's commit message
Fix #76 (second case reported), check for unmatched curly brackets if…

… the string has no delimeters before considering it the closing element of an object.

v0.29.10

Toggle v0.29.10's commit message
Fix #76, handle missing braces more gracefully