if (typeof this._doc.body === 'string') {
                    this._doc.body = JSON.parse(this._doc.body);
                }