We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3479fbd commit f59fee8Copy full SHA for f59fee8
README.md
@@ -42,7 +42,6 @@ int main() {
42
43
// when dealing with arrays, you can use iterators, indexing, or ranged-for
44
for(const json::value &v : as_array(servlets)) {
45
- const json::value &v = *it;
46
// all basic types (numbers, strings, booleans) can be converted
47
// to a string
48
std::cout << to_string(v["servlet-name"]) << '\n';
0 commit comments