
wat is the difference between Ajax and JASON?

Differences:
1)Ajax is a concept of using JavaScript for asynchronous calls to transfer data back and forth between the client and server. It does not define what data is transferred and how it is encoded. While JSON is a tool used for describing values and objects by encode the content in a very specific manner.
2)JSON is JavaScript Object Notation. It is a safe and reliable data interchange format in JavaScript.While AJAX uses JSON format to communicate between client and server.
For more information, please go through the following links:
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.