Could someone explain, why native JSON.parse or Response: json() method are working so slower than parse method of lossless-json?
I created example to compare. First of all you need to take big JSON. I used about 100Mb file. You can use this one if you want https://fastupload.io/74707474ed41dc72
Then play here https://codepen.io/MaevskiyE/pen/vYwYPEq
and compare parsing time
New contributor
Evgen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2