Re: Custom parser using Jackson instead of json-simple

2018-10-05 Thread Otto Fowler
The ParserBolt is written to JSON simple, so although the interface is in practice it is . The answer is no right now. Feel free to open a jira. On October 5, 2018 at 02:52:37, Muhammed Irshad (irshadkt@gmail.com) wrote: Hi All, Is it not possible to use any Json library other than

Custom parser using Jackson instead of json-simple

2018-10-05 Thread Muhammed Irshad
Hi All, Is it not possible to use any Json library other than json-simple while writing custom parsers ? I could see we should implement custom parser interface MessageParser in document. What if I need to use Jackson instead of json-simple ? I see