Skip to content

autodetect json fields and use jsonlite to parse them into lists #1240

@zachmayer

Description

@zachmayer

I've encountered data dumps from postgresql with JSON columns in them. It'd be really cool if fread could auto-detect this and use jsonlite to parse those columns into lists.

Right now I'm doing dt[,col := lapply(col, jsonlite::fromJSON)], but it'd be cool if I could skip this step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions