def post_json(self, uri, data, **kwargs):
        """POST the provided data as json to the specified path

        See :meth:`request` for additional details.
        """