Guilhem - 2013-06-07

Hello,

I'm trying to use Cajun to parse JSON response comming from a server.
My JSON is in an UnicodeString like this one for example : {"sid":"erjujdnf2"}.

I don't understand how parse this UnicodeString with Cajun to extract the value of the "sid" key.
Is it possible to do this ? if yes how ?

PS : The test project providing is working fine but the object is created before and parsed after and I just want to parse from a UnicodeString.

Thx for help