I am trying to expose some data, user names, as json format on my server. I want to use jQuery.getJSOn() method to query data. I can get my data converted to json with newtonsoft.dll on server and save it in a file. But as far as I know it is not queryable. I want something like
http://search.twitter.com/search.json?callback=?&q=abc
Can anyone help me out to expose my data ion the above format.