Expose JSON as queryable for jQuery

Posted by Ted on Stack Overflow See other posts from Stack Overflow or by Ted
Published on 2010-05-13T06:27:41Z Indexed on 2010/05/13 6:44 UTC
Read the original article Hit count: 203

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about JSON

Related posts about jQuery