JSON
Bir dayjs
süresi nesnesi JSON'a dönüştürüldüğünde, ISO8601 formatında bir dize olarak temsil edilir.
javascript
JSON.stringify({
postDuration: dayjs.duration(5, 'm'),
}); // '{"postDuration":"PT5M"}'