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

Easily take any JSON object and create+insert it into a mysql table built from its structure. Also search, update, index, and validate tables with JSON.

Results 10 json-to-mysql issues
Sort by recently updated
recently updated
newest added

While i am processing my json data .Iam getting "need to handle array subdata" error is coming ..

Please add composer installation instructions to Readme.md

Importing JSON with multiple sub-arrays nested to different depths fails with 'need to handle sub-array's' message.

Many PHP environments come such as XAMPP are pre-configured to ignore PHP short tags (`

Hi there, I'm parsing data from the youtube API. In this case I got an array of items I'd like to parse: this is the input for the json_decode String...

Hi there, I just wanted to do a quick test under windows, and your path separators won't work here. You might want to use DIRECTORY_SEPARATOR instead of "/" in the...

Greetings: I'd really like the approach of this project, but I am unable to utilize it, at its present form. It does have potentials, however, to make a GREAT Project!...

This way the dev has the option to validate an object to a table, which'll add fields to the table, or validate the object against the table, which'll remove fields...

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" : {...

feature

when creating new tables, allow creation of a custom primary key, including custom type. i assume its possible for a custom primary key of varchar (?) or text (?).

feature