Non-blocking Asynchronous JSON.parse Using The Fetch API

Interesting hack to move expensive JSON.parse calls out of the main thread.

Henning Koch