UNPKG

alb3rt-core

Version:
6 lines (5 loc) 130 B
module.exports = new class ApiCommonParser { parsePostData(json) { return JSON.parse(JSON.parse(json).json); } };