josdejong/jsonrepair

parsing unescaped double quote with followed comma got error

Open

#161 opened on 2026年4月4日

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)

説明

this will cause error

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

error

Colon expected at position 72

コントリビューターガイド