Puede exportar su json a csv:http://www. danmandle.com/blog/json-to-csv-conversion-utility/ o https://github.com/danmandle/JSON2CSV
Entonces:
LOAD DATA INFILE 'filepath/your_csv_file.csv' INTO TABLE tablename;
Debería estar bien para un one-shot.
Más información para cargar archivo de datos .