Vous pouvez exporter votre json vers csv :http://www. danmandle.com/blog/json-to-csv-conversion-utility/ ou https://github.com/danmandle/JSON2CSV
Puis :
LOAD DATA INFILE 'filepath/your_csv_file.csv' INTO TABLE tablename;
Ça devrait aller pour un one-shot.
Plus d'informations pour charger le fichier de données .