We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d7fcb commit e970f31Copy full SHA for e970f31
doc/mkdocs/docs/features/arbitrary_types.md
@@ -54,7 +54,7 @@ assert(p == p2);
54
To make this work with one of your types, you only need to provide two functions:
55
56
```cpp
57
-using nlohmann::json;
+using json = nlohmann::json;
58
59
namespace ns {
60
void to_json(json& j, const person& p) {
0 commit comments