HTTP::Message::JSON - a very simple superclass for JSON HTTP messages
This is a very simple superclass used by HTTP::Request::JSON and HTTP::Response::JSON. It overrides the default behaviour of the HTTP::Headers method content_is_text.
Returns TRUE if this is a message with content type application/json. Otherwise uses the default behaviour of HTTP::Headers.