ObjectJson.hash

Calculate a hash value for the given key (a JSON object).

The hash is calculated over the object and all its members, recursively. If the object is immutable, this is a fast operation; otherwise, it scales proportionally with the number of members in the object.

class ObjectJson
uint
hash
()

Return Value

Type: uint

hash value for key