fb

JSON Format Using Java

1 تقييم الدورة, 102 عدد المسجلين
تدرس من قبل Ahmad دورات / دورات البرمجة
السعر مجاني
إبدأ بالتعلم الآن

  • عدد المحاضرات 5
  • مدة الدورة 00:00:00
  • آخر تحديث 14-04-2018
  • اللغة العربية

المحاضر


Ahmad

Ahmad

Studies Sofware Engineering at Jordan University of Science and Technology
Facebook Profile: Ahmad Q Fahmawe
YouTube: Coder’s Guide

عن هذه الدورة

JSON When exchanging data between a browser and a server, the data can only be text. JSON is text, and we can convert any JavaScript object into JSON, and send JSON to the server. We can also convert any JSON received from the server into JavaScript objects. This way we can work with the data as JavaScript objects, with no complicated parsing and translations. In this playlist you will learn how to use JSON and how to generate JSON Format from java Object and how to parse JSON Format to Java Object

منهاج الدراسة

  • JSON Format
  • JSON Format Using Gson in Java
  • JSON Format Using ObjectMapper in Java