Skip to content

issues Search Results · repo:RealAlexandreAI/json-repair language:Go

Filter by

11 results
 (57 ms)

11 results

inRealAlexandreAI/json-repair (press backspace or delete to remove)

Describe the bug I don t know if it is possible to use it like that, but... Steps to reproduce jsonrepair.RepairJSON(` { Be : , gone : } ,п г`) runtime: goroutine stack exceeds 1000000000-byte ...
bug
  • pirST
  • Opened 
    on Dec 30, 2024
  • #19

error:{ name : John is good ,hah age : 30} fixed:{ name : John is \ good\ ,hah , age : 30} pls support this kind`s error.
bug
  • qingdi
  • 1
  • Opened 
    on Aug 7, 2024
  • #18

Describe the bug A stack overflow occurs on certain input data. Steps to reproduce jsonStr := `[ { Master господин } ]` jsonrepair.RepairJSON(jsonStr) runtime: goroutine stack exceeds 1000000000-byte ...
bug
  • pirST
  • 2
  • Opened 
    on Jul 8, 2024
  • #17

I m using Darwin arm64 binary downloaded from releases on macOS 14.5 (it self-reports as v0.0.8) I was hoping to use the CLI in a shell pipeline. When I tried $ echo { employees :[ John , Anna , ...
bug
  • luckman212
  • 6
  • Opened 
    on Jun 29, 2024
  • #16

https://github.com/RealAlexandreAI/json-repair/blob/3cc8f746d3d97d5761c09fd020abd27c46635545/cli/jsonrepair-cli.go#L11 Is the CLI pinned at v0.0.8 or does this const just need to be updated? $ jsonrepair ...
  • luckman212
  • 3
  • Opened 
    on Jun 29, 2024
  • #15

When JSON contains an empty value (two consecutive quotation marks), it results in a parsing error for that value. The Incorrect key-value pair { key : ,} in the example actually leads to an incorrect ...
bug
  • leehaoze
  • 1
  • Opened 
    on May 21, 2024
  • #13

https://github.com/RealAlexandreAI/json-repair/blob/c3d3c7e806da0cd607a1cbbe24b922da01cd3865/jsonrepair.go#L16 https://github.com/RealAlexandreAI/json-repair/blob/c3d3c7e806da0cd607a1cbbe24b922da01cd3865/jsonrepair.go#L57 ...
  • ccoVeille
  • 6
  • Opened 
    on Apr 21, 2024
  • #7

https://github.com/RealAlexandreAI/json-repair/blob/c3d3c7e806da0cd607a1cbbe24b922da01cd3865/jsonrepair.go#L457 You can rely on strings lib https://pkg.go.dev/strings#Contains You are already using it, ...
  • ccoVeille
  • 8
  • Opened 
    on Apr 21, 2024
  • #6

This code doesn t use t variable https://github.com/RealAlexandreAI/json-repair/blob/c3d3c7e806da0cd607a1cbbe24b922da01cd3865/jsonrepair_test.go#L15-L20 I m unsure what you wanted to test, so how I would ...
  • ccoVeille
  • 1
  • Opened 
    on Apr 21, 2024
  • #5

Describe the bug go.mod refers to Go 1 https://github.com/RealAlexandreAI/json-repair/blob/a2b6f9452be4618bcf570ec5351aaadfc600e6ae/go.mod#L3 So around 2012 https://go.dev/doc/devel/release#go1 Expected ...
bug
  • ccoVeille
  • 4
  • Opened 
    on Apr 21, 2024
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub