const input = process.argv[2]; const array = JSON.parse(input); for (let i in array) { console.log(array[i]); }