mochijson will be around as-is at least as long as we still use it,
probably longer. I don't think either of them are going to be changing
very much.. there are some encoding optimizations that could be made
for strings in mochijson2 but I don't see much else happening in
either module.
The APIs are incompatible though, they use different layouts for
strings and arrays. I'm not sure how many people use mochijson as-is,
but we have several projects that do and none of them use mochijson2
yet so we'll need to keep the old API around until we do upgrade all
of our apps.