blackout

Results 4 comments of blackout

Thanks for your feedback. I don't understand how that function does what you say but I restored it anyway and just updated it do mask the value so the comparison...

Hi, I realize this is a potentially controversial change and I'm glad to discuss it. Basically, we needed to be able to deserialize large integers without the `Decimal()` wrapper. This...

The repro case can be further minimized to just `python -c "import yyjson; yyjson.dumps({2:2})"`.

Here's another edge case (surrogates in the dict key): `python -c "import yyjson; yyjson.dumps({'\ud83d\ude47': 'foo'})"`