Closed danmackinlay closed 5 years ago
Sorry for the delay in response. I only just now saw this message in my email (plus a lot of other github messages, maybe there was some outage?).
So this is due to the fix for #49. This only happens when using "Sort and Prettify" because of the use of json-stable-stringify
.
This
{"foo": -0.6579373322603248 }
is converted to thiswhen I sort and prettify.
This is bad, since I now have strings instead of numbers, and my json validator throws an exception.