On Wed, Jun 12, 2013 at 5:31 PM, Erin Noe-Payne <[email protected]>wrote:
> I believe we are only interested in JSON. > JSON is critical. XML would be nice to have if we can do it though. > > On Wed, Jun 12, 2013 at 4:58 PM, Chris Geer <[email protected]> wrote: > > All, I've been working on the web services and something that I think we > > need to implement is being able to return reduced data sets. For example, > > if you get a list of people it should contain some less information for > > each person than if you got a single person. There is a really easy way > to > > handle this in JSON using the @JSONView annotation from Jackson. It's a > > little tricker with XML but do-able as well. > > > > I'm of the opinion that we could get away with only returning JSON but > what > > does everyone else think? > > > > Chris >
