##Philosophy The library is designed to be stack only objects. TODO
##Getting started Here are the types defined by the library:
// A little namespace alias
namespace sj = supjson;
sj::null;
sj::array;
sj::object;
sj::number;
sj::boolean;
sj::value; // is an opaque value that can be any type listed above