Javascript – Append new keys to a JSON array
I have this JSON array that Zabbix retrieves and each object has the keys "startTime" and "endTime" which are date-time strings in the format of "DD-MM-YYYY HH:mm:ss". Using Javascript, I'm trying to add a new key to each object in…