JSON Support for Axis2C (GSoC2007)

2007-06-14 Thread Kasun Indrasiri
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

Fwd: JSON Support for Axis2C(GSoC2007)

2007-06-04 Thread Nandika Jayawardana
Hi Kasun, If you have already implemented the Stax Parser for json then write the wrapper layer and see whether you can get the correct Axiom model. --Nandika -- Forwarded message -- From: Kasun Indrasiri [EMAIL PROTECTED] Date: Jun 4, 2007 1:53 PM Subject: Re: JSON Support

JSON Support for Axis2C(GSoC2007)

2007-06-01 Thread Kasun Indrasiri
Hi, I do have few things to clarify regarding the JSON support for Axis2C project. - In the case of implementing the StAX parser I have two options of developing it as an integrated module to Axis or as a separate module. (Even though the interfaces of StAX parser should be sync. with Axis

JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Kasun Indrasiri
Hi, I have been working on the implementation of StAX parser for JSON support for Axis2C project and I went through the StAX wrapper that is used in Axis2C. I basically had look at *axiom_xml_reader.h* and *axiom_xml_writer.h *and I do have few doubts on the regarding the implementation of the

Re: JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Samisa Abeysinghe
Kasun Indrasiri wrote: Hi, I have been working on the implementation of StAX parser for JSON support for Axis2C project and I went through the StAX wrapper that is used in Axis2C. I basically had look at /axiom_xml_reader.h/ and / axiom_xml_writer.h /and I do have few doubts on the

Re: JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Milinda Pathirage
Hi, I think it's better to look at guththila api and implement it to support JSON. Then we can easily write guththlia reader/writer wrapper like wrapper to plug JSON parser to Axiom. I think Java people did the same thing. The real problem is how to handle both XML JSON at the same time?. :(