mirror of
https://github.com/nlohmann/json.git
synced 2026-04-30 03:39:25 +00:00
some minor improvements
This commit is contained in:
@@ -12,7 +12,6 @@ int main()
|
||||
auto count_three = j_object.count("three");
|
||||
|
||||
// print values
|
||||
std::cout << std::boolalpha;
|
||||
std::cout << "number of elements with key \"two\": " << count_two << '\n';
|
||||
std::cout << "number of elements with key \"three\": " << count_three << '\n';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user