[io][json] store inf, nan as strings and read them back properly#20128
[io][json] store inf, nan as strings and read them back properly#20128linev merged 24 commits intoroot-project:masterfrom
Conversation
|
I need some help with the Test. It works fine if I run it by copy-pasting it into the interpreter. So it seems like a missing dict that I did not manage to generate well in the scripted version. |
Test Results 22 files 22 suites 4d 1h 43m 44s ⏱️ For more details on these failures, see this check. Results for commit 73751b2. ♻️ This comment has been updated with latest results. |
|
Proposed approach is not portable. So any other JSON parser will fail completely parsing such string - and not only this single member. So provided solution can be used - but not by default. |
|
CI is finally green :) |
Fixes #19768