<meta name="viewport" content="width=device-width, initial-scale=1">
<title>JSON template</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
$("#button").click(function(){
$.getJSON('@Url.Action("RandomCharacters", "Home")', function(data){
<button id="button">Click to get the data</button>