{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-06-04T13:23:19.738Z","discovery":{"catalog":"https://myaitools.net/tools.json","llmsTxt":"https://myaitools.net/llms.txt","sitemap":"https://myaitools.net/sitemap.xml"},"relatedTools":[{"slug":"json-diff","name":"JSON Diff","url":"https://myaitools.net/json-diff"},{"slug":"json-flatten","name":"JSON Flatten","url":"https://myaitools.net/json-flatten"},{"slug":"json-unflatten","name":"JSON Unflatten","url":"https://myaitools.net/json-unflatten"},{"slug":"json-sort-keys","name":"JSON Sort Keys","url":"https://myaitools.net/json-sort-keys"},{"slug":"json-to-csharp-class","name":"JSON to C# Class","url":"https://myaitools.net/json-to-csharp-class"},{"slug":"jwt-decoder","name":"JWT Decoder","url":"https://myaitools.net/jwt-decoder"},{"slug":"json-formatter","name":"JSON Formatter","url":"https://myaitools.net/json-formatter"},{"slug":"text-to-binary","name":"Text to Binary","url":"https://myaitools.net/text-to-binary"}],"kind":"utility","slug":"json-merge","name":"JSON Merge","description":"Deep-merge two JSON documents — choose how to handle conflicting keys and arrays.","longDescription":"Combine two JSON objects with a deep recursive merge. Choose whether the right or left side wins on conflicting scalars, and whether arrays at the same path should be concatenated or replaced. Useful for layering config files, applying overrides on top of defaults, or building composite payloads. Runs entirely in your browser — free, online, no upload.","category":"text","categoryName":"Text & Encoding","keywords":["json merge","json merge online","deep merge json","json combine","merge two json","json overlay","json config merge","json override","json deep merge tool","merge json arrays","json union","json combiner"],"badge":"Merger","url":"https://myaitools.net/json-merge","inputs":[{"type":"text","key":"a","label":"JSON A (base / left)","placeholder":"{\"a\": 1, \"tags\": [\"x\"]}","multiline":true,"monospace":true},{"type":"text","key":"b","label":"JSON B (overlay / right)","placeholder":"{\"a\": 2, \"tags\": [\"y\"]}","multiline":true,"monospace":true},{"type":"select","key":"strategy","label":"Strategy","defaultValue":"right","choices":[{"value":"right","label":"Right wins (deep)"},{"value":"left","label":"Left wins (deep)"},{"value":"concat","label":"Concat arrays (right wins scalars)"},{"value":"replace","label":"Replace arrays (right wins scalars)"}]}],"outputs":[{"key":"merged","label":"Merged","multiline":true}],"invocation":{"webUi":"https://myaitools.net/json-merge","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."}}