= {
json_details::find_json_element<JsonBaseParseTypes::Number>(
{ json_details::unnamed_default_type_mapping<
JsonElements>::underlying_json_type... } ),
json_details::find_json_element<JsonBaseParseTypes::Bool>(
{ json_details::unnamed_default_type_mapping<
JsonElements>::underlying_json_type... } ),
json_details::find_json_element<JsonBaseParseTypes::String>(
{ json_details::unnamed_default_type_mapping<
JsonElements>::underlying_json_type... } ),
json_details::find_json_element<JsonBaseParseTypes::Class>(
{ json_details::unnamed_default_type_mapping<
JsonElements>::underlying_json_type... } ),
json_details::find_json_element<JsonBaseParseTypes::Array>(
{ json_details::unnamed_default_type_mapping<
JsonElements>::underlying_json_type... } ) }