1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-09 05:22:48 +03:00
This commit is contained in:
Niels
2015-01-04 18:55:15 +01:00
parent aa166a4739
commit 0019c85b85

View File

@@ -99,7 +99,6 @@ JSON j2 = {
{"value", "42.99"}
}}
};
*/
```
Note that in all cases, you never need to "tell" the compiler which JSON value you want to use.