When should i learn ajax and json ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

When should i learn ajax and json ?

Although i completed learning html,CSS, JavaScript everyone suggested me to move PHP, SQL and other backend languages. 1).What about Ajax and JSON. 2). Do i need to learn Xml for any reasons

2nd Dec 2018, 3:31 PM
UwU Discover Me
5 Answers
+ 17
You completed the basics, so I think it's time. Ajax isn't hard, you can learn it in a day and you need a couple of days to remember it. JSON and XML are used for server responses (APIs). JSON is the most popular, but you can still come across XML. But again, it isn't hard to learn it.
3rd Dec 2018, 5:21 AM
Igor Makarsky
Igor Makarsky - avatar
+ 4
In my opinion, you should learn some backend languages first. If you want to learn PHP, you also need to check it's famous framework Laravel. Also there are some other high-demand backend framework like NodeJS, Ruby On Rails, and Django. If you ask when should you learn AJAX and JSON, when you want to create a complex web application with RESTful API.
2nd Dec 2018, 4:12 PM
Kurniawan Pratama
Kurniawan Pratama - avatar
+ 2
When you learn a backend framework it's really easy for you to understand JSON and Ajax . You're going to encounter JSON when you learn about RESTful web services don't let the name scare you it's just a style of communication across the web you'll find it a lot of fun. And as far as Ajax it's simply a technique that people use for asynchronous requests to make your app more dynamic and real time .
3rd Dec 2018, 2:33 PM
MVP
MVP - avatar
+ 2
After completing frontend and before moving to backend make yourself familiar with ajax and json. You can start using them while you are learning backend.
3rd Dec 2018, 9:44 PM
Prathamesh Sawant
Prathamesh Sawant - avatar
+ 1
You should start learning right after the first time when you'll hear the word "request" . (So it's time to start :D ) Don't worry , it's very easy ! Good Luck !!!
3rd Dec 2018, 12:58 PM
Shushanik Kostumyan
Shushanik Kostumyan - avatar