JeffJ
unread,Feb 20, 2012, 10:46:37 PM2/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jayrock
I'd like to use a dictionary in a JsonRpcMethod argument.
For this...
public Dictionary<String, String> ShowDct(Dictionary<String, String>
dct,int num)
Json...
{"id":"1","method":"dctCall","params":
[{"Height":"100","Width":"120","Top":"5","Left":"11"},99]}
As I break point at the call, I get the dct created (of the correct
type), but it has no entries, the num (99) is coming through as it
should.
Do I have to invent something here (a convention of sort, with a touch
to the jayrock code). I saw the attribute for a WarpedParameter,
could you explain what that is used for.
thanks,
jeff