Can i create database tables from an API response or from pasted JSON?

Working with a new external API and various calls return complex JSON responses with 50+ objects, which I need to save. 

Creating a database table for one of these let alone many would be tedious. 

Is there a way to take the response and turn it into a table structure? Like pasting the JSON somewhere at least? 
Other
4 replies