Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
Fixed new API node key/value insertion in NodeBuilder (it was using the wrong condition on when it had added a key already)
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile