korhan-Ö
9/30/2016 - 8:09 AM

#Json.js

res.json({ success: false, message: 'Authentication failed. User not found.' });
const data = req.body.data;
        var object = JSON.parse(data);
var json = JSON.stringify(rows);
        res.end(json);