Hi
Does anyone know how to extract the arguments out of this string
{limit:{25},page:{1},start:{0},callback:{Ext.data.JsonP.callback1},desk:{1},_dc:{1361956523821},org:{11}}
I have tried
arguments[0][key]
arguments[0].desk
etc
What I want from the string is desk and org items..
Many thanks
Gordon