I would like to know , how we can parse a JSON data which is received from a rest web service. The sample JSON data is given here {"success":true, userName:true}
I am seeing numerous articles about this, as I am new to this, don't know the best method.
Thanks in advance Sebastian