sharkich/t-json-viewer

null value behaves as object

Closed this issue · 2 comments

If the displayed JSON-object contains null-properties they will show as collapsible and generate an error when opened.

Reproduce:

  1. Display null property
    let json = { value: null }

  2. Attempt to open property
    image

  3. Error
    image

Confirmed, i'm working on a fix
@asleire @temich666

Done #21