Typedoc APINamespacesjsonpatchFunctionsapplyOn this pageFunction: apply() apply(ops, value): JSONValue Defined in: src/patch/index.ts:13 Apply the JSON Patch patch to JSON-like data value. Parameters ops OpObject[] JSON Patch operations following RFC 6902. value JSONValue The target JSON-like document to patch. Returns JSONValue