gregwhitaker / catnap

Partial JSON response framework for RESTful web services
Apache License 2.0
55 stars 15 forks source link

Add support for Map return types #1

Open gregwhitaker opened 8 years ago

gregwhitaker commented 8 years ago

Currently, Catnap only supports POJOs being returned from services.

Add support for returning Maps and Lists of Maps.

rohitbordia commented 7 years ago

Hey greg, this is a great utility are you planning to add Maps , List of maps any soon?

gregwhitaker commented 7 years ago

@rohitbordia - Thanks for using Catnap. I do plan on adding support for maps and lists of maps in the near future. Unfortunately, I cannot give you a timeline as I am extremely busy right now with other commitments. I am open to pull requests so if you would like to give it a shot before I get around to it feel free.

rohitbordia commented 7 years ago

Thanks greg.. I'll take a shot at it..

PhanPirang commented 7 years ago

Thanks for your hard effort. I hope to see next version soon :)