I have a mapping array of objects in Javascript, like so:
Mapping_Array = [ { input1: node_0, input2: node_1 }, { input1: node_1, input2: node_2 },