//for( auto x : a ) { first_index = x.string();first_val = a[x].string();std::cout << first_val << std::endl;}