I understand the OIC REST adapter has a 10 MB payload limitation for incoming structured messages on trigger endpoints. The size of JSON can be significantly different depending on whether it is nicely formatted with whitespace and line endings, or if those unnecessary characters are removed. My question is: does this kind of formatting have an impact on how the adapter sees the payload size, or is it always using some kind of internally formatted representation of the payload? Is there a quick and easy way to remove whitespace from a JSON payload in OIC?
Edit, now that I think about it, I am also curious about outbound JSON payloads and also XML.