users@jersey.java.net

How to append extra informaion to generated json

From: Patel, Sanjay <sapatel_at_NEMOURS.ORG>
Date: Tue, 21 Apr 2009 14:37:12 -0400

Hey,

I am using jersey/jaxb to convert my list of objects to JSON. I want to
add extra property to my generated JSON (e.g "total":
total_objects_in_list). How can I do that??

Sanjay