josdejong/jsonrepair

parsing unescaped double quote with followed comma got error

Open

#161 opened on Apr 4, 2026

 (1 comment) (0 reactions) (0 assignees)TypeScript (88 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,395 stars)
PR merge metrics
 (Avg merge 26d 22h) (2 merged PRs in 30d)

Description

this will cause error

{
  "text": "hello",
  "sentence": "do you know about "micheal", jackson"
}

error

Colon expected at position 72

Contributor guide