I want to add a new JSON array to an existing JSON array that have the same keys. I have searched, but cannot find a solution to match.
My current array
[{"meetdate":"2019-06-05","acronym":"dm","type":"_ho_6c"},
{"meetdate":"2019-07-22","acronym":"htn","type":"_ho_6c"}
]
The goal array...