mirror of
https://github.com/nlohmann/json.git
synced 2026-05-21 13:45:33 +00:00
7a6e28acfa
The converting basic_json constructor can inadvertently change the value type of its parameter. Assert that both basic_json values are of the same value type after conversion.