How to reference a tRESTRequest POST body in tJavaRow?
I hate a tRESTRequest with a POST route that accepts a JSON body. I want to reference the posted body in a tJavaRow component but I'm not sure how to reference individual keys. I see that I can reference the body itself with `input_row.body` but how can I reference the keys (ex. `input_row.body.email`)?