diff --git a/api/adl_serializer/from_json/index.html b/api/adl_serializer/from_json/index.html index 458786981..c41440564 100644 --- a/api/adl_serializer/from_json/index.html +++ b/api/adl_serializer/from_json/index.html @@ -101,4 +101,4 @@ std::cout << p.name << " (" << p.age << ") lives in " << p.address << std::endl; }
Output:
Ned Flanders (60) lives in 744 Evergreen Terrace
-