@mega-yfue/eufy-sdk / jsonObject
Function: jsonObject()
ts
function jsonObject(text): Record<string, unknown> | undefined;Parse text as a JSON object, or undefined on any failure — never throws. Shared by the MQTT and Tuya transport layers; sits here so each module doesn't define its own copy.
Parameters
text
unknown
Returns
Record<string, unknown> | undefined