I have an object like this:
let a = { x: 3, y: \'3\', z: \'z\' };
And an array like this:
let b = [{ x: 1, y: \'1\'}, { x: 2