2
RestTemplate restTemplate = new RestTemplate(); String response = restTemplate.getForObject(link, String.class); JSONObject json = (JSONObject) new JSONParser().parse(response); 

json in url: {"description": "Explains how to construct 45° and 90°"}

json I'm getting: {"description": "Explains how to construct 45° and 90°"}

any help to get actual json, without weird characters is apreciated.

0

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.