{"name":"json_diff","title":"JSON Structural Diff (RFC 6902 Patch)","category":"developer","description":"Compare two JSON texts and return the RFC 6902 JSON Patch (add/remove/replace) operations that turn 'before' into 'after'.","price_usd":0.002,"input_schema":{"type":"object","properties":{"before":{"type":"string","description":"JSON text of the original document"},"after":{"type":"string","description":"JSON text of the changed document"}},"additionalProperties":false,"required":["before","after"]}}