I have JSON with fiels of dates (in string format)
[{ "start": "2022-08-09T11:00:32.255Z", "end": "2022-08-09T15:38:00.000Z" }]
in result I want to get duration. something like duration: end.asDate() - start.asDate()
I found that API allows me to write custom methods. but I mostly use jora as part of discovery, and it does not allow to set custom functions