Can you transform JSON async (like you can with HTMLRewriter)?

I have a lot of JSON data that I need to transform to a common format. Is there anything like HTMLRewriter, but for JSON? The JSON payload is getting too big to be stored in mem in my worker
Was this page helpful?