Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.
This repository was archived by the owner on May 4, 2019. It is now read-only.

Cannot JSON convert data arrays with NA  #250

@disleyland

Description

@disleyland

cannot JSON convert any data arrays with NA.

JSON.json(@DaTa [1,2,NA]) used to produce "[1,2,{}]" but now produces the error "Cannot serialize type DataArrays.NAtype"

guessing this is because the vector syntax {} is now discontinued

is there a workaround? or before converting do we have to manually convert all data arrays to nothing or "" ?

This issue was reported in JSON.jl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions