## Problem
You want to send data from your Ember application to a server.

## Solution
Use `jQuery.ajax` and send json serialized Ember objects to the server.

## Discussion
