encodeObjectAsStr
encodeObjectAsStr(
value):string
Stringifies numbers, booleans, and objects. Object keys are sorted to yield consistent hashing.
Parameters
Section titled “Parameters”• value: any
Object or value to be hashed.
Returns
Section titled “Returns”string
Stringified representation of the given object.