I got this from web service and tried so many solution that I found in similar topics, but couldn't separate them to use in my code:
stdClass Object (
[getPropsListResult] => [
{
"id":16461,
"Material":"1000001",
"SalesDescription":"product1",
"Plnt":"1339",
"PlantName":"WAREHOUSE1",
"SalesPrice":"15000"
},
{
"id":16462,
"Material":"1000001",
"SalesDescription":" product2",
"Plnt":"1018",
"PlantName":"WAREHOUSE2",
"SalesPrice":"15000"
},
{
"id":16463,
"Material":"1000002",
"SalesDescription":" product3",
"Plnt":"1339",
"PlantName":"WAREHOUSE1",
"SalesPrice":"22000"
},
{
"id":32920,
"Material":"1072941",
"SalesDescription":"product4",
"Plnt":"1018",
"PlantName":" WAREHOUSE1",
"SalesPrice":"0"
}
]
)
Please help me how can I use these information?