nlohmann / json

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

natvis not updated to 3.11.3 #4340

Open RomanKhv opened 2 months ago

RomanKhv commented 2 months ago

Description

In version 3.11.3 the underlying namespace seems to be nlohmann::json_abi_v3_11_3. But nlohmann_json.natvis is still written for nlohmann::json_abi_v3_11_2.

Reproduction steps

Expected vs. actual results

In VS Debugger Watch window view for json object is not pretty-printed (visualizer is not applied)

Minimal code example

No response

Error messages

No response

Compiler and operating system

Visual Studio

Library version

3.11.3

Validation

gregmarr commented 2 months ago

If you have Python installed, you can update it yourself using https://github.com/nlohmann/json/blob/master/tools/generate_natvis/generate_natvis.py

@nlohmann I guess executing this script should be added to the version update process.