We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b26fb2 commit a3e9cfbCopy full SHA for a3e9cfb
1 file changed
README.md
@@ -57,7 +57,7 @@ You can also programmatically create `json::value` objects like this:
57
}
58
};
59
60
- std::cout << stringify(obj1) << std::endl;
+ std::cout << stringify(arr) << std::endl;
61
62
63
Which of course results in a object representing the following JSON:
0 commit comments