"Property": function (node, next) {
            stack.push(node.key.name);
            next(node.value);
            stack.pop();
        },