> > At the moment i am currently implementing some kind of parser, > > which transforms the json-string into json-objects. > > I was wondering if this classes would fit erfectly in Tika, does it? > > Tika will only transform source documents to text and related > metadata, not objects, so I don't think Tika is a direct match for > this use case.
Ok, understood- thanks for clarifying that. > You might want to check out the Noggit lab at Apache Labs (see [1]). > Noggit is a streaming JSON parser and serializer for Java, and > there's recently been some talk of perhaps incubating the project as > there seems to be broader interest to it. Contact [EMAIL PROTECTED] > for more details. > > [1] http://labs.apache.org/labs.html Thanks for this link- didn't know about this project before. Best, Chris. > BR, > > Jukka Zitting >
