Members
constant
predictableStringify
A JSON stringification that is predictable. The standard JSON.stringify()
can produce different outputs unpredictably, because there is no required
ordering on the key-value pairs. This one requires keys to be output in
increasing string order, so it is predictable.