i get the following value as a string format.
getcommands=(
{
"created_time" = "2011-01-18T10:44:14+0000";
from = {
id = 100001511725982;
name = "ABC Welcomes U";
};
id = "100001511725982_158433587542247_1658635";
message = Nice;
},
{
"created_time" = "2011-01-18T10:44:22+0000";
from = {
id = 100001511725982;
name = "ABC Welcomes U";
};
id = "100001511725982_158433587542247_1658637";
message = "Gud One";
}
)
Now, i need to get ""Message"" only from this string.
Please any one knows the code please help me.
Thanks.