mirror of
https://github.com/nlohmann/json.git
synced 2026-07-21 19:23:03 +04:00
7421ac31a7
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.