JSON to SQL

Working with JSON formatted data in SQL can be tedious, because you need to constantly deconstruct the JSON blob. The below tool accepts a JSON sample and will generate a SQL view with the individual fields mapped to columns.

Kind of SQL Object
Back to top ↑