Function: hashObject()
hashObject(
jsonString):string
Defined in: utils/ResourceFetcherUtils.ts:88
Generates a hash from a string representation of an object.
Parameters
jsonString
string
The stringified JSON object to hash.
Returns
string
The resulting hash as a string.