JSON containers
I have a data set which is the following format: [ {“version_id”:“1660”}, {“version_id”:“1639”} ] and I would like to put the data into the following format; [ {“CurrentValues”: {“version_id”:“1660”}, {“version_id”:“1639”} } ] Any help would be much ...