sean MariaDB can import a SQL dump file that contains data for JSON fields, but I don't think it can directly import a JSON file and map it to tables in your database. My solution would be to write a script to parse the JSON and insert it into the DB.