RyanMarcus / dirty-json

A parser for invalid JSON
GNU Affero General Public License v3.0
294 stars 30 forks source link

Wrong parsing of dots #33

Open taokakao opened 3 years ago

taokakao commented 3 years ago

Input:

{
    "content": "<img src="img.jpg""
}

Output:

{
    "content": "<img src=\"img\"NaN\"jpg\""
}