JSON for Modern C++  2.1.1
template<typename = void, typename = void>
template<typename BasicJsonType , typename ValueType >
static void nlohmann::adl_serializer< typename, typename >::from_json ( BasicJsonType &&  j,
ValueType &  val 
)
inlinestaticnoexcept

This function is usually called by the get() function of the basic_json class (either explicit or via conversion operators).

Parameters
[in]jJSON value to read from
[in,out]valvalue to write to

Definition at line 923 of file json.hpp.