Hi devs, Currently newly added JSON XML Stream API base approach in trunk, tightly couple with google-gson. I think it is good to have flexibility to use other JSON Stream APIs(like Jakson) with this.
Here we can use factory method pattern to create JSON XMLStreamReaders/writers . And we can provide an api to implement Gson, Jakson or any other Json Stream support api to write the logic under that. we can provide Factory classes to create JSONXMLStreamReaders/Writers with Gson or Jakson or other. Thoughts are welcome. -- Best Regards, Shameera Rathnayaka. Blog : http://shameerarathnayaka.blogspot.com/
