我想知道如何获得 Json 值?(从下面的 JSOn 我想获得产品的“价格”,以便我可以加起来。非常感谢。
{ "StatusCode": 0
, "StatusInfo": "Processed and Logged OK"
, "PageNumber": 0
, "TotalPageCount": 1
, "TotalProductCount": 1
, "PageProductCount": 1
, "Products": [
{ "BaseProductId": "54158094"
, "EANBarcode": "3068320055008"
, "CheaperAlternativeProductId": ""
, "HealthierAlternativeProductId": ""
, "ImagePath": "http://img.tesco.com/Groceries/pi/008/3068320055008/IDShot_90x90.jpg"
, "MaximumPurchaseQuantity": 99
, "Name": "UNAVAILABLE: Evian Natural Mineral Water 500 Ml"
, "OfferPromotion": ""
, "OfferValidity": ""
, "OfferLabelImagePath": ""
, "Price": 0.51
, "PriceDescription": "(Unavailable)"
, "ProductId": "258247301"
, "ProductType": "QuantityOnlyProduct"
, "UnitPrice": 0.004
, "UnitType": "100ml" } ] }