Create a Json like object to representation and implement a flatten method to return string-> string mapping. (implement from scratch / test / compiling + working code) {x:1, y:1, z:{a:1,b:2}} flattens to {x:1, y:1, z.a:1, z.b: 2}
Check out your Company Bowl for anonymous work chats.