memongo
    Preparing search index...

    Variable JSONObjectOpsConst

    JSONObjectOps: {
        clone<T extends JSONObject = JSONObject>(obj: T): T;
        getByPath(obj: JSONObject, path: string): JSONValueOrUndefined;
        setByPath(obj: JSONObject, path: string, value: JSONValue): void;
        update(obj: JSONObject, update: JSONUpdate): void;
    } = ...

    Type Declaration