In a world of APIs, it seems many Python apps spend more time decoding JSON than anything else.
It seems that all JSON decoders however lock the GIL while decoding, m