hello world
var obj1 = { a:12, b:true, c:{ d:"hello" } };
var obj2 = { b:false }
deep.aup(obj2, obj1);
deep.nodes(obj1).log();