{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-02T15:45:21.950Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"text-diff","name":"Text Diff","url":"https://myaitools.net/text-diff"},{"slug":"json-merge","name":"JSON Merge","url":"https://myaitools.net/json-merge"},{"slug":"json-patch-generator","name":"JSON Patch Generator","url":"https://myaitools.net/json-patch-generator"},{"slug":"base-converter","name":"Base Converter (2-36)","url":"https://myaitools.net/base-converter"},{"slug":"json-path-finder","name":"JSONPath Finder","url":"https://myaitools.net/json-path-finder"},{"slug":"json-to-rust-struct","name":"JSON to Rust Struct","url":"https://myaitools.net/json-to-rust-struct"},{"slug":"jwt-decoder","name":"JWT Decoder","url":"https://myaitools.net/jwt-decoder"},{"slug":"json-formatter","name":"JSON Formatter","url":"https://myaitools.net/json-formatter"}],"kind":"utility","slug":"json-diff","name":"JSON Diff","description":"Compare two JSON documents and show added, removed and changed fields as a path-based tree.","longDescription":"Paste two JSON documents and see a structural diff between them. Output is a multiline list of changes keyed by JSON Pointer paths (RFC 6901 style) — added fields are prefixed with `+`, removed with `-` and changed with `~`. Useful for spotting drift between API responses, config files or test fixtures. Runs entirely in your browser — no uploads, free, online.","category":"text","categoryName":"Text & Encoding","keywords":["json diff","json diff online","json diff free","compare json","json compare","diff two json files","json comparison tool","json difference","json delta","find changes between json","json structural diff","json side by side"],"badge":"Diff","url":"https://myaitools.net/json-diff","inputs":[{"type":"text","key":"a","label":"JSON A (original)","placeholder":"{\"a\": 1, \"b\": [1, 2]}","multiline":true,"monospace":true},{"type":"text","key":"b","label":"JSON B (modified)","placeholder":"{\"a\": 2, \"b\": [1, 2, 3]}","multiline":true,"monospace":true}],"outputs":[{"key":"diff","label":"Diff","multiline":true},{"key":"addedCount","label":"Added"},{"key":"removedCount","label":"Removed"},{"key":"changedCount","label":"Changed"}],"invocation":{"webUi":"https://myaitools.net/json-diff","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."}}