diff --git a/src/json.hpp b/src/json.hpp index 27c2282e8..f63b72f48 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -274,6 +274,8 @@ struct is_compatible_basic_json_type T>::value; }; + +// This trait checks if JSONSerializer::from_json exists template