Is it possible to use the json codec along with a json filter to further parse things into other fields?

holy it worked. I was double json encoding my logger message because i thought there was a json codec and filter, but doesn't seem like i have to.

Thanks for the help!