mmomtchev/everything-json

`everything-json` does not handle `-0` the same way as the built-in parser

Opened this issue · 0 comments

everything-json does not handle -0 the same way as the built-in parser:

{
  "a": -0
}

The built-in parser produces -0 while everything-json produces 0.