Skip to content

ThomasMonkman/natvis-for-modern-json-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

natvis-for-modern-json-cpp

Visual studio natvis for JSON for Modern C++ (nlohmann/json)

Should work on vs 2013+

Example

nlohmann::json json = {
  {"pi", 3.141},
  {"happy", true},
  {"name", "Niels"},
  {"nothing", nullptr},
  {"answer", {
    {"everything", 42}
  }},
  {"list", {1, 0, 2}},
  {"object", {
    {"currency", "USD"},
    {"value", 42.99}
  }}
};

Is visualised as

About

Visual studio natvis for JSON for Modern C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published