I want to log the request/response JSON payload using a JSON log handler. Currently, keys and values are logged as strings, but I want to log the keys as fields. I was considering using Group, but the code is somewhat complicated. Is there an easier way to do this?