Hi all, There are few issues on having a StAX parser for parse JSON strings. This is mainly due to the integration problems of JSON parser with Axis. Therefore a direct conversion of JSON to XML and XML to JSON would be a possible solution. In this case we read the JSON string and convert it to XML string and when writing we convert the XML string to JSON. Will this would be a good aprroach to solve the issues on StAX parser..
Thanks, Kasun
