{ "posOrder":
{ "No": 1234,
"Operator": 18,
"ECR-Name": "Imbissbude ",
"Receipt": {
"PLUs": [
{ "Number": 31, "Name": "Pommes", "Price": 150, "Qty": 2 },
{ "Number": 112, "Name": "Coke", "Price": 200, "Qty": 1 } ]
}
}
}
this is my json script. i want to get each field and its value if only the class name="posOrder". ie find filed"no" and its value, field plus and its inner fileds and values. etc.