josdejong/jsonrepair

parsing unescaped double quote with followed comma got error

Open

#161 opened on Apr 4, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (83 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,359 stars)
PR merge metrics
 (PR metrics pending)

Description

this will cause error

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

error

Colon expected at position 72

Contributor guide