{"library":"json-patch","install":[{"cmd":"npm install json-patch","imports":["import jsonpatch from 'json-patch';\n// Or for CommonJS:\nconst jsonpatch = require('json-patch');","import jsonpatch from 'json-patch';\nconst document = {};\nconst patch = [];\njsonpatch.apply(document, patch);","import jsonpatch from 'json-patch';\ntry { /* ... */ } catch (e) { if (e instanceof jsonpatch.JSONPatchError) { /* handle */ } }"]},{"cmd":"yarn add json-patch","imports":[]},{"cmd":"pnpm add json-patch","imports":[]}]}