Hello,
I could not find any good benchmarking articles, research about the V8 JSON.parse and JSON.stringify functions. It would be good to see with different types of input data the functions behave, simple object, complex nested object, flat object but with many keys in same level. Also it is important the test would be done with different data size blocks, 1kb, 15kb, 100kb, 256kb, 512kb, 1mb and larger 5mb. How big the execution time is and etc?
Thank you!