mirror of
https://github.com/nlohmann/json.git
synced 2026-09-09 01:37:57 +00:00
Addresses review feedback from @gregmarr on PR #5472: with the reserve loop de-duplicated, from_json_object_impl no longer needs to be a separate function that from_json immediately delegates to. Signed-off-by: Niels Lohmann <mail@nlohmann.me>