Return json response using dispatcher

I have had a similar need, and resolved it by not using the dispatcher.utter_response() method, but storing arbitrary JSON structures-encoded-as-strings in unfeaturized Rasa slots.