Jquery Get Json From Servlet
I want to create a progressbar that takes data from the server (servlet). So i create a html file and a servlet wich create json data(static for test purpose)
Solution 1:
The problem is that ' is not valid json you need double quotes.
You can validate the json using http://jsonlint.com/
Post a Comment for "Jquery Get Json From Servlet"