nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
41.25k stars 6.57k forks source link

Fix gdb pretty printer #4343

Closed MrJia1997 closed 2 months ago

MrJia1997 commented 2 months ago

Fix gdb pretty printer to read value from correct position. Issue #4309.


Pull request checklist

Read the Contribution Guidelines for detailed information.

Please don't

nlohmann commented 2 months ago

Thanks!