Custom helper displayJsonValue for price without taxes (net price)

I want to show the total amount without taxes in the invoice email. Since this value is calculated it is not in the order.summary. Thus, I tried some combinations of

{{ displayJsonValue order.metadata "totalPriceWithoutDiscountsAndTaxes" }}

But it is obviously not working. Any ideas?