namespacesjsonpatchfunctionsFunction: apply()On this pageFunction: apply() apply(ops, value): JSONValue 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 Defined in src/patch/index.ts:13