Skip to content

handle sub object and subsubobject data #6

@adamwulf

Description

@adamwulf

when inserting data into a table, allow it to have data in sub objects, and create normal keys in the original object for that data. so:

{ "properties" : { "one" : true, "two" : false} }

becomes:

{ "properties_one" : true, "properties_two" : false}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions