Hi Vineet, On Sun, Sep 28, 2014 at 1:21 AM, <dev-digest-h...@tika.apache.org> wrote:
> > I was wondering if there any in built parser to get help in conversion from > XHTML to JSON. > > My research showed that there is one named org.apache.io.json which just > one method implemented. Also, I tried GJSON library to do this, but it does > not seem to work with Tika. Any suggestions will be appreciated? > > I don't know if you are talking about generally converting from XHTML to JSON, but within the context of Tika you can try out the serialization module [0]. This will serialize your Tika metadata as JSON. hth Lewis [0] https://svn.apache.org/repos/asf/tika/trunk/tika-serialization/