That's great, I'm glad you're getting the output you need. Thanks for posting back with the link! Its been a while since I last used GSon, but I remember it working well and being pretty easy to use.
Jon On Tue, Mar 24, 2015 at 4:58 PM, bibhas <[email protected]> wrote: > Jonathan Gallimore-2 wrote > > One quick suggestion I have is that you might want to see if a different > > provider solves your problem. > > I eventually chose to do the same. First I tried the Jackson provider. This > has its own problem (it serializes null values as JSON null which causes > unnecessary problems in iOS Objective-C). So, finally I went with a Gson > provider (https://gist.github.com/nicksen/7335295). This is working great > so > far and I like Gson in general. > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/JSONProvider-single-length-array-tp4674152p4674162.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
