Creating key/value pairs from two different arrays

I am looking to combine two different arrays that do not contain key/value pairs, into one single object that contains key/value pairs.

I would like the values in the first array to become the keys, and the values from the second array to become the key's from the first array's values.

The order of each item in each array dictates the matching criteria, so for example, item 1 from field_ids should become the key of item 1 from field_values. Therefore the outcome as per my example would be 

'project_name':'Params project test'

I have attached the source JSON, and what I am hoping I can achieve post the transformation
[SeparateArrays.png][KeyValuePairs.png]
I wasn't sure how to go about referring to a list item's position in order to bring the items from the two separate lists that are in the same position in their respective lists together, and additionally I'm not sure of how to create a key from one item and a value from another item.

Thanks for any help.
Other
19 replies