{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.281Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"json-patch-apply","name":"JSON Patch Apply","description":"Apply an RFC 6902 JSON Patch to a JSON document — supports add, remove, replace, move, copy and test.","longDescription":"Paste a JSON document and a JSON Patch array (per RFC 6902) and apply each operation in order. Supports `add`, `remove`, `replace`, `move`, `copy` and `test`. On a failed `test` operation, the index of the failing op is reported. Useful for previewing the effect of a patch before persisting it, or debugging patch generation. Runs entirely in your browser — free, online, no upload.","category":"text","categoryName":"Text & Encoding","keywords":["json patch apply","apply json patch","rfc 6902 apply","json patch online","json patch executor","json patch runner","json patch test","json patch tool","patch json document","json mutation","json patch free","patch a json file"],"badge":"Patcher","url":"https://toolsly.tools/json-patch-apply","inputs":[{"type":"text","key":"document","label":"Document","placeholder":"{\"a\": 1}","multiline":true,"monospace":true},{"type":"text","key":"patch","label":"Patch (array of operations)","placeholder":"[{\"op\": \"replace\", \"path\": \"/a\", \"value\": 2}]","multiline":true,"monospace":true}],"outputs":[{"key":"result","label":"Result","multiline":true}],"invocation":{"webUi":"https://toolsly.tools/json-patch-apply","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}