Please tell me how to display JSON format on the page, if I, for example, created a server application and when calling url /{degrees} return JSON format {"C":"20","F":"68F","K":"293K"} .

That is, how can I get and break JSON and display it on the page?

  • What does "return JSON" mean? Show the controller / servlet code. - Sergey Gornostaev

0