You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your lib, she is very useful.
I work on an project where the json is very dirty and i have one problem when comment is after a line with a parenthesis.
Thanks for reporting, good to hear you like the library!
I could minimize the JSON example to this:
[
")"
// comment 1
]
I'll look into it. It is probably some check to see if the string is followed by a valid delimiter (comma or array end) but not reckoning with comments in between or so.
Hello,
Thanks for your lib, she is very useful.
I work on an project where the json is very dirty and i have one problem when comment is after a line with a parenthesis.
Sample:
If you remove the line
// comment 1
the lib validate the json OR if you remove the parenthesis in line"<a )'></a>"
->"<a '></a>"
is work tooDo you have any idea workaround ? Maybe is an bug ?
Thanks
The text was updated successfully, but these errors were encountered: