Given a log recod `{"a": 1, "b":3 }` I would like to transform it to `{"a": 1, "b":3, 'c': { 'd':4, 'e': 5} } ` which is to add a field `c` with the nested value of `{ 'd':4, 'e': 5}`?