Function

Json-1.0Jsonstring_hashSince 1.2

  • Calculate a hash value for the given key (a UTF-8 JSON string).

    Note: Member names are compared byte-wise, without applying any Unicode decomposition or normalisation. This is not explicitly mentioned in the JSON standard (ECMA-404), but is assumed.

    Parameters

    • key: string

      a JSON string to hash

    Returns number

    hash value for key

    1.2