JSON is one of the most popular ways of disseminating data between systems.
It is probably the most common offered by webservices. PostgreSQL is a database
perfectly suited for grabbing that data and transforming it into a more structured relational format.
All this can be done directly in the database. We'll go over some ways to load and restructure json data.