RyanMarcus / dirty-json

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

Number in an html attribute #35

Open cmoijulien opened 3 years ago

cmoijulien commented 3 years ago

When there is a number in an html attribute it does not work

input : { "test": "<div test="44">test</div>" }

error: Found } that I can't handle at line 0:39