Bug in Commenting out unparsable line error

Issue #117 new
James Powell repo owner created an issue

Should have returned:

{
"a":123,
//"b:123d,
"c":345
}

Comments (4)

  1. James Powell reporter

    Problem is our Advance Past String function allows new lines, so the string is parsed up to the next line quote in front of teh “c”.

    Not sure what can be done about this without causing other issues.

  2. Log in to comment