if (req.simple.postData.text) {
        try {
            mock = JSON.parse(req.simple.postData.text);
        } catch (e) {
            debug(e);