Du kan eksportere din json til csv :http://www. danmandle.com/blog/json-to-csv-conversion-utility/ eller https://github.com/danmandle/JSON2CSV
Derefter:
LOAD DATA INFILE 'filepath/your_csv_file.csv' INTO TABLE tablename;
Det burde være okay for et oneshot.
Flere oplysninger om indlæs datainfil .