Split on newline-delimited textarea.value returns array of line indices – Html
I have a JSON data set that's being deserialized and written into a textarea input in the form: { "key1": "", "key2": "0", "key3": "", "key4": "0" } Using the following for loop: for (var key in jsonObj.myData) { textarea.value…