[jQuery] .getJSON (how to pass a value of string instead of a physical file)

[jQuery] .getJSON (how to pass a value of string instead of a physical file)


Hi all,
I have a newbie question.
I'm getting a c# string in JSON format and I would like to pass it
to jQuery
$.getJSON("jsondata.js", dataReady);
However, the getJSON's first parameter takes a physical file, is
there anyway I can send string to the function instead of file?
e.g. $.getJSON(<%=jsonString%>, dataReady);
thx guys,
George