Transform list to json

Hello,
I have a situation where I extract a list of question IDs from the response (QuestionIDs → Vector(id1, id2, id3,…)).
These IDs need to be posted along with answers in one of these forms:
{“id1”:“a”,“id2”:“a”,“id3”:“a”}
{“id1”:1,“id2”:1,“id3”:1}

Could you suggest a way to combine question IDs with answers?

e.g.