SudoSOS Back-end API / helpers / hashJSON
Function: hashJSON() ​
ts
function hashJSON(jsonObject): string;Returns the sha256 hash of an object.
Parameters ​
| Parameter | Type | Description |
|---|---|---|
jsonObject | object | - |
Returns ​
string