Niels Lohmann
Niels Lohmann
Oh I'm sorry - this was meant for @pfeatherstone...
First off: Thank you for the detailed bug report! The parse error is not related to the map of indefinite size (`0xBF`), but about using a byte string (`0x41`) as...
I am not maintaining the formula myself, and I have no idea how to fix this.
You're not supposed to call `to_json` or `from_json` directly. That is, instead of calling ```cpp nlohmann::adl_serializer::to_json(json["Thing"], thing); nlohmann::to_json(json["Thing"], thing); json["Thing"] = thing; ``` call ```cpp json["Thing"] = thing; ``` Making...
@NovaSmoof Do you need further assistance?
@clauderobi Any update on this?
The MSVC team recently test JSON project failed to run test on release configuration on windows_x64.
Thanks for reporting. Can you please try Release mode just to be sure?
The MSVC team recently test JSON project failed to run test on release configuration on windows_x64.
> > Thanks for reporting. Can you please try Release mode just to be sure? > > Do you mean Debug? No, Release. We sometimes had issues that MSVC took...
The MSVC team recently test JSON project failed to run test on release configuration on windows_x64.
Please try also in Release mode.
The MSVC team recently test JSON project failed to run test on release configuration on windows_x64.
Oh boy, sorry for the confusion…