-
Romain Courteaud authored
JSON.stringify is not stable by design and can not be used to generate the hash. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify This commit adds a stable version of JSON.stringify, available at jIO.util.stringify. Relying on the nearly same string representation will simplify compatibility.
2db25474