beckchr / staxon

JSON via StAX
107 stars 47 forks source link

exception while handaling array within array #30

Closed rajeevaec closed 8 years ago

rajeevaec commented 8 years ago

I have a json which contain array with in array element, while using staxon to convert this json to xml. it throws exception that array within array is not handled, can it be possible to create virtual elements within the xml to handle such situation. sample json: { "customer" : { "first-name" : "Jane", "phone-number" : [["12", "13"],["14", "15"],"ee"], "second-name" : "kumar" } }

sample output:

sample output.txt

beckchr commented 8 years ago

Sorry... Won't implement.