the type used to serialize/deserialize values of type T, see nlohmann::adl_serializer
Synopsis
Declared in <nlohmann/json.hpp>
template<
typename T,
typename SFINAE>
using json_serializer = JSONSerializer<T, SFINAE>;
Created with MrDocs