json-to-mysql icon indicating copy to clipboard operation
json-to-mysql copied to clipboard

handle sub object and subsubobject data

Open adamwulf opened this issue 11 years ago • 0 comments

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}

adamwulf avatar Oct 21 '13 07:10 adamwulf