The application is printing in this json format but I do not want it to print like this. For example I just want you to print "translation": "Hi dear" and only. I'm using eclipse and the java server language, how do you do?
I'm using an API but I need to show the data I get from this api when I put it to print with System.out.println (result);
You are printing this way:
{
"character_count": 8,
"translations": [
{
"translation": "Oi querida"
}
],
"word_count": 2
}