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