herkese selamlar,
arkadaşlar elimde iç içe döngülü json veri var ve bunu visual studio c# da web servisten veriyi çekiyorum fakat alt veriyi yazdıramıyorum.
web servisten gelen json veri:
{"Products":{"Product":[{"@ID":"2423","@BrandID":"44","@ProductCode":"HTT-34006202TK","@ProducerCode":"","@MinOrderAmount":"1","@PiecesInBox":"1","@Unit":"SET","@New":"false","BaseOeNr":"2T143K661AA","Pricing":{"ListPriceCurrency":"TLY","LocalCurrency":"TLY","CurrencyRate":"1","ListPriceWoVAT":"64.28","LocalListPriceWVat":"75.8504","LocalListPriceWoVat":"64.28","LocalNetPriceWVat":"47.91849","LocalNetPriceWoVat":"40.60889","Discount1":"30","Discount2":"9.75","Discount3":"0","Discount4":"0","Discount5":"0","Discount6":"0","InDiscount":"false"},"Stocks":{"Stock":{"@WarehouseID":"1","@Equality":"Eq","#text":"0"}}}
class ımı oluşturdum datagridview da görüntü sadece product olan veriyi gösteriyor pricing olan alanı yazdıramıyorum.