We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac75d9 commit 4f397c3Copy full SHA for 4f397c3
README.md
@@ -42,7 +42,7 @@ A very simple start:
42
#include <nlohmann/json.hpp>
43
44
int main() {
45
- // Create the data equivalent to Python
+ // Create the JSON data
46
auto data = nlohmann::ordered_json::parse(R"({
47
"example": [
48
{"value": 4},
0 commit comments