hash


Description:

[ Version ( since = "1.2" ) ]
public uint hash ()

Calculate a hash value for the given this (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.

Parameters:

this

a JSON object to hash

Returns:

hash value for this