Ajax and json | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Ajax and json

is it necessary to learn ajax and json for web development?

22nd Aug 2018, 11:40 PM
SIMA
SIMA - avatar
3 Answers
+ 2
Ajax is cool to know, because you communicate the client to the server through Ajax. You can search something in a database for example without having to refresh or go to another page. Json as its name states (JavaScript object notation) is a syntax to build objects in JavaScript and also is used when storing data. It kinda replaced XML because you write less and have cleaner syntax. It's not mandatory to learn them, but they might come in handy. Json for readability, Ajax for functionality.
23rd Aug 2018, 1:27 AM
voidneo
+ 1
Good to know, but not necessary, especially if you plan on focusing on front end instead.
22nd Aug 2018, 11:58 PM
Janning⭐
Janning⭐ - avatar
0
Yes
23rd Aug 2018, 11:10 PM
Bë Dö
Bë Dö - avatar