I am trying to understand whether the body of a HTTP request/response be encoded if the body content is JSON?
My understanding is that encoding is needed to escape characters that can potentially cause ambiguity in the HTTP request/response. I am not sure whether JSON body has the capability to do that.
Any help would be greatly appreciated.