%PDF- %PDF-
| Direktori : /proc/self/root/data/old/usr/lib/node_modules/hexo/lib/plugins/renderer/ |
| Current File : //proc/self/root/data/old/usr/lib/node_modules/hexo/lib/plugins/renderer/json.js |
'use strict';
function jsonRenderer(data) {
return JSON.parse(data.text);
}
module.exports = jsonRenderer;