bakkot
2
This seems like it's solving a fairly rare problem. In my experience a very large majority of JSON encountered by typical JS programs is coming over the network, where network latency is going to absolutely dominate any performance differences you might get from having more optimized parsers.
So before setting out solutions, it's probably worth spending some time establishing these are problems worth solving.