{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-03T04:55:43.558Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"json-patch-apply","name":"JSON Patch Apply","url":"https://myaitools.net/json-patch-apply"},{"slug":"json-schema-generator","name":"JSON Schema Generator","url":"https://myaitools.net/json-schema-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://myaitools.net/vcard-qr-code-generator"},{"slug":"json-unflatten","name":"JSON Unflatten","url":"https://myaitools.net/json-unflatten"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://myaitools.net/wifi-qr-code-generator"},{"slug":"json-to-typescript","name":"JSON to TypeScript","url":"https://myaitools.net/json-to-typescript"},{"slug":"cron-generator","name":"Cron Expression Generator","url":"https://myaitools.net/cron-generator"},{"slug":"json-diff","name":"JSON Diff","url":"https://myaitools.net/json-diff"}],"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://myaitools.net/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://myaitools.net/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."}}