Recently I wrote a nice utility for serializing objects with saving external and internal links https://github.com/nerd220/JSONext
Easy to use (in this case):
var serialization=toLinkedJSON({meta:meta});
var newMeta=fromLinkedJSON(serialization);
console.log(newMeta.meta[0].link==newMeta.meta[1]); //true