Compare API response versions
Input
Left: { "status": "ok", "count": 5, "data": [1,2,3] } · Right: { "status": "ok", "count": 6, "data": [1,2,3,4] }Output
Changed: count 5→6 · Added in data: 4Quickly confirms that an API response changed only in the count field and data array — a single new record was added. No other fields were touched.