json.human.js icon indicating copy to clipboard operation
json.human.js copied to clipboard

Date objects are shown as [Empty Object]

Open joar opened this issue 9 years ago • 0 comments

to reproduce

document.querySelector('body')
    .appendChild(JsonHuman.format({now: new Date()}))

joar avatar Nov 17 '15 16:11 joar