write a program to Change input to output //in: {a:1, b:2, c:{d:3, e:{f:4}}} //out: {a:1, b:2, c_d:3, c_e_f:4}