I am getting the content of "Sullivan County, Pesylvania" in json format from wikipedia by following api url https://en.wikipedia.org/w/api.php?action=query&titles=Sullivan_County,_Pesylvania&prop=revisions&rvprop=content&format=json
Now i want to display the content in well HTML format or similar like wikipedia https://en.wikipedia.org/wiki/Sullivan_County,_Pesylvania
I am begier in JSON, how can extract the content in well HTML format?
