mirror of
https://github.com/nlohmann/json.git
synced 2026-05-27 08:35:25 +00:00
39c59b89be
Changed the example code in the documentation from copy initialization to direct initialization for `json::json_pointer`. This prevents compilation errors caused by the constructor being explicit. Signed-off-by: Niels Lohmann <mail@nlohmann.me>