c22

Results 7 comments of c22

If I'm not mistaken, this problem kinda goes away if #563 is fixed, right?

No, solidus does not need to be escaped. As per the document you linked: > the code points that must be escaped: quotation mark (U+0022), reverse solidus (U+005C), and the...

Yes the problem only occurs when you ask jsonlint to reformat. It correctly parses `{"date":"3\/10\/2016"}` as valid JSON, but incorrectly reformats it. This also affects other escaped characters during reformatting....

It would seem that when formatting/parsing a string, jsonlint should parse left to right instead of whatever it's doing now.

I can also see this potentially being sold as a kind of "performance" trick for users who would be happy to say conclude that two videos are a match based...

Here is some additional info for this issue (still present in 0.29.3) Report file: ``` # Report by fclones 0.29.3 # Timestamp: 2023-02-09 14:04:44.822 +1100 # Command: 'C:\Users\c22\.cargo\bin\fclones.exe' group ....

Good catch @pkolaczk. Turns out the issue was not what I first thought it would be, but your digging has helped me find a workaround that still allows a user...