tags:

views:

57

answers:

1

hi

i hav one problem , i parsed xml using json parsing and get json text. now i have to get values from xml. from that json text how i can identify jsonObject, jsonArray etc...

A: 

If you're doing this with JavaScript in a browser, try parsing the XML using jQuery.

cxfx