Open ashwin31 opened 8 years ago
Your post is incomplete.
@knadh I have updated description.Please check
I am afraid you'll have to write your string to a file and then convert it.
It would be good if you support string conversion too.
Yep, will add a patch. I'll leave this issue open until then.
Thank you @knadh
any luck?
i want to converter xml on the fly like
converter = xml2json(message, encoding="utf-8")
I wanted to convert xml from a variable rather than file as explained in the examples.