i want to save the data of json file in a table of mysql database. which i can access by python program. json File is like python dictionary with key and value. so database's table can have two columns. Json file is too long i can't entry the values in table by just typing. if someone know a method to import json file in database table please help.....
Asked
Active
Viewed 50 times
0
-
3Does this answer your question? [Inserting JSON into MySQL using Python](https://stackoverflow.com/questions/4251124/inserting-json-into-mysql-using-python) – Digvijay S Jul 26 '20 at 14:05
-
@Digvijay S no it's not clear. – Yousuf Bhatti Jul 27 '20 at 04:52