JsonPipe is a streaming JSON transformer for when you want to tweak JSON without the ceremony of unmarshaling into structs and patching things up afterward. Just define rules like “drop this” or “rename that” and let it flow.
It won’t outpace gjson/sjson — and it’s not trying to — but if you like the idea of modifying JSON mid-stream with minimal fuss, give it a shot. Or don’t. It won’t take it personally.
I'm still developing and adding more and more features that I see feasible. Thanks, Peace!