79543865

Date: 2025-03-29 20:38:43
Score: 1
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Antony E5 Gla