1. Does the form field use the best option or use the JSON path?
You cannot compare it. What you can say is either traditional Submit is better or the JSON method, but you need to make a choice. When sending via JSON, you cannot send files, but AJAX or similar technology is required to work with the server. Accordingly, browser compatibility.
2. Are web applications using JSON to submit forms?
The question itself is wrong. There is no answer, because most forms are represented by POST , and the values ββare sent as serialized, which does not always mean JSON.
3. Currently, we do not have integration with mobile applications, etc., So is it worth using JSON over traditional forms?
Again, browser compatibility and user bandwidth play an important role. If people have good browsers, go for it.
My suggestion:
There are many rules and best practices for developing all kinds of web applications. Please go through this and work on your project. :)
Praveen kumar
source share