Hello. I got a service. when I hit a url, I can download a JSON string, such as:
{"timestamp":1353825777830,"token":"dZEA14OUA4\/L\/P7Yd+WHkGo44O0=","userid":"cxy"}
Let's say I want to show the token in a text box. How can I do that? I tried to use dictionary, but can't figure it out.
Thanks.