Post Process body requires JSON decoding?

Working with the Post Process function and was struggling with retrieving data from the 'body' variable. Ultimately it turns out you have to use the json_decode filter before you can get any of the data from the body object. Is this expected?

If it is expected, it would be good to add this to the documentation as it wasn't at all obvious for me.

1 reply