How to import data from a json file? I am trying to import 10k articles

I’m do this job with MySQL 8
MySQL 8 have a huge set of JSON functions.

  1. I’m create table with one JSON field and put my JSON inside it (about 3000 records)
  2. Next I’m put each record to another table with id + JSON and so on