msgpackpp icon indicating copy to clipboard operation
msgpackpp copied to clipboard

Serialize non-finite numbers as their corresponding JSON string representations.

Open wegylexy opened this issue 1 year ago • 0 comments

Spitting nan, inf, -inf causes invalid JSON. Following a .NET option, write them as string instead.

wegylexy avatar Nov 27 '24 19:11 wegylexy