ExpantaNum.js
ExpantaNum.js copied to clipboard
.fromJSON and .toJSON always output [object Object]
I can fix fromJSON. However outputting JSON string instead of an Object for toJSON breaks JSON.stringify. See also serializeMode (or maybe I should completely replace toJSON to output string?).