Skip to content

Commit

Permalink
Update arbitrary_types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justanotheranonymoususer authored Jun 18, 2021
1 parent c3d7fcb commit e970f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mkdocs/docs/features/arbitrary_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ assert(p == p2);
To make this work with one of your types, you only need to provide two functions:

```cpp
using nlohmann::json;
using json = nlohmann::json;

namespace ns {
void to_json(json& j, const person& p) {
Expand Down

0 comments on commit e970f31

Please sign in to comment.