I have api's that run and fetch the data as JSON objects.How do I store these objects directly into a database?The database we are using now is SQL Server 2008?Can I store theis data directly into the database.
Next question is ...I'm using Python.How do you export the output(JSON Objects)into a notepad?
Thank You