mirror of
https://github.com/nlohmann/json.git
synced 2026-02-19 01:46:27 +00:00
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.