RE: Javabin->JSon

2011-03-29 Thread Tim Gilbert
Markus is right, this isn't the list for Java questions, but you can look into Jackson. Jackson is a java binder that can convert java pojos into json. http://jackson.codehaus.org/ I use it in Spring MVC to convert my output to json. Tim -Original Message- From: paulohess [mailto:paulo

Re: Javabin->JSon

2011-03-29 Thread paulohess
you are not helping -- View this message in context: http://lucene.472066.n3.nabble.com/Javabin-JSon-tp2750066p2750461.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Javabin->JSon

2011-03-29 Thread Markus Jelsma
You've asked this twice now. This is a Java specific question and unless someone feels like answering i'd try googling somewhere else. > Hi guys, > > I have a Javabin object and I need to convert that to a JSon object. How ? > pls help? > I am using solrj (client) that doesn't support JSON so (