Open HoldOffHunger opened 7 years ago
Just a note, to others who find themselves stuck on this problem:
The following NPM package turned out to be optimal for my solution: https://www.npmjs.com/package/json-cycle
The problem is that the decoder
file uses class
keyword which uglify can not understand. The module needs to be bundled via webpack or something like this so it gets transpiled to ES5.
Hi, there,
It seems that the code does not compile in serialize-json.
Thanks!