Possible Duplicate:
Accessing Json fields with weird characters
Parsing JSON w/ @ symbol in it
hi to everybody this is my first time here and sorry for my English so I have a problem extracting a string from json result the string look like this @string. here is a example for a result format
"RateInfo": {
"@priceBreakdown": "true",
"@promo": "false",
"@rateChange": "false",
"ChargeableRateInfo": {
"@averageBaseRate": "93.33",
"@averageRate": "93.33",
"@commissionableUsdTotal": "93.33",
"@currencyCode": "USD",
"@maxNightlyRate": "93.33",
"@nightlyRateTotal": "93.33",
"@surchargeTotal": "16.33",
"@total": "109.66",
"NightlyRatesPerRoom": {
i need to get out a @total. any help please