json.human.js
json.human.js copied to clipboard
Date objects are shown as [Empty Object]
to reproduce
document.querySelector('body')
.appendChild(JsonHuman.format({now: new Date()}))