0
我在安卓所以請幫助我初學者,我想提取XML解析字符串JSON數組是下面:JSON提取從XML
<?xml version="1.0" encoding="UTF-8"?>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
[{"id":3033,"type":"cpt4","description":"New Patient Office Visit for Moderate to Severe problems- Requiring Longer Visit","category":"Office Visits","subCategory":"Illness Related Visits","inNetwork":195.99,"outNetwork":424.06,"code":"99205","zip":"90210","lastupdated":"2012-02-13T00:00:00.000-05:00"}]
</string>
如何,我們可以從上面的字符串中的Android得JSON字符串,幫我。
這[線程] [1]可能已經有你的答案。 [1]:http://stackoverflow.com/questions/814001/json-net-convert-json-string-to-xml-or-xml-to-json-string – rshahriar 2012-07-13 09:46:55
[Extract json array in Android的XML](http://stackoverflow.com/questions/11465787/extract-json-array-in-android-from-xml) - 請不要轉發問題。 – 2012-07-13 10:08:06