This video will show you an example of some code that retrieves JSON data from a remote REST service via HTTP and inserts the JSON response into the database.
It will illustrate the process of taking the parsed JSON result, mapping it into an NSDictionary of data and calling a command to insert that data as a new row into a database table.