Java JSON Decode

preview_player
Показать описание
#JavaJSONDecode #JSONDecode #JavaJSON

Java JSON Decode

Like, Share, And Subscribe | Professor Saad Yousuf

*******************CODE********************
public class JsonDecodeExample1 {
public static void main(String[] args) {
String s="{\"name\":\"sonoo\",\"salary\":600000.0,\"age\":27}";
JSONObject jsonObject = (JSONObject) obj;

}
}

**********************************************
Рекомендации по теме
Комментарии
Автор

Your video explanations are really clear and nice and helped me understand better. Can you help me or make a video on how to use your API to get a weather JSON request and print it in Java? I sort of understand it but im having difficulties with writing my own code and implementing it. would greatly appreciate it.
Thank you regardless

IKIAI