Json newbie question

Ekcentrik

Member
Licensed User
Longtime User
Hello,
I would like to parse this json formated string to read name , adress and tel attributes:

{"soft":"MyInvoice",
"method":"GetClients",
"infos":{"name":"Mathilde","address":"32th Street ","tel":"123456"},
"id":3}

I cannot get it work even with Arel tutorial. I wil appreciate your help.

Thank you

Marcel
 
Top