sciurius / perl-JSON-Relaxed

An extension of JSON that allows for better human-readability.
0 stars 0 forks source link

Mysterious failures with trailing blanks in comments #2

Closed sciurius closed 7 months ago

sciurius commented 7 months ago

Imported from CPAN RT

Parsing fails mysteriously (the error messages may vary) when the last // comment before a key has a trailing space. For example:

{
    // Here we go. 
    "foo" : {
        "bar" : 1
    }
}

This will fail if there is a space following the final period of the comment.

sciurius commented 7 months ago

Fixed in 0.062 (commit 34e8626).