This is my JSON output from server side:
[{"id":1,"name":"Information Technology"},
{"id":2,"name":"mechanical engineering"},
{"id":3,"name":"computer science"},
{"id":4,"name":"electronics and communication"}]
How can I parse this in my client side using jQuery?