{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.269Z","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-generator","name":"JSON Patch Generator","description":"Generate an RFC 6902 JSON Patch describing the changes needed to turn one JSON document into another.","longDescription":"Paste a source (`from`) and target (`to`) JSON document and produce a JSON Patch array per RFC 6902. The patch is a sequence of `add`, `remove` and `replace` operations keyed by JSON Pointer paths that, when applied to `from`, will produce `to`. Useful for syncing state, building diff-based APIs, or auditing config drift. Runs entirely in your browser — free, online, no upload.","category":"text","categoryName":"Text & Encoding","keywords":["json patch generator","json patch online","rfc 6902","rfc6902","generate json patch","json patch diff","json patch create","json pointer diff","json patch tool","json patch free","json patch from diff","json patch builder"],"badge":"Generator","url":"https://toolsly.tools/json-patch-generator","inputs":[{"type":"text","key":"from","label":"From (source)","placeholder":"{\"a\": 1}","multiline":true,"monospace":true},{"type":"text","key":"to","label":"To (target)","placeholder":"{\"a\": 2, \"b\": true}","multiline":true,"monospace":true}],"outputs":[{"key":"patch","label":"JSON Patch (RFC 6902)","multiline":true},{"key":"operationCount","label":"Operations"}],"invocation":{"webUi":"https://toolsly.tools/json-patch-generator","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."}}