JSON.parse not parsing local storage data | Jquery/Javascript
I need to save user input, push to an array, then stringify to localstorage, those parts are seemingly working perfectly fine
inputs in local storage
except when i try to parse the data back out
[inputs being displayed on webpage as object Object
ive tried looking at a couple forums but i havent found something that works on this
performance of JSON.parse compared to lossless-json
Could someone explain, why native JSON.parse or Response: json() method are working so slower than parse method of lossless-json?