I have the following code in my controller:
format.json { render :json => { :flashcard => @flashcard, :lesson => @lesson,
You could look into the 'Content-Type' header to see that it is correct?
'Content-Type'
response.header['Content-Type'].should include 'text/javascript'