How to get the JSON of the button payloads in Rasa and display them on the User Interface

My button payloads are working fine in the command line, but on the user interface button are not displayed and i type the payload but it does not work. So my question is that how can we first get the JSON of the button payloads and then how can we show them on the interface?. Help would be much appreciated. Thanks.

You need to provide more information if you want help? What kind of userinterface do you mean? How do you acces the json?

Its Django, Now the only problem is how can i display the JSON from the dispatcher. I only want to know how can i send the JSON through the dispatcher.