Re: Deserializing issue

2015-02-19 Thread Shekar Tippur
Richard, You are right. Thanks for that titbit. I got it working now. - Shekar On Thu, Feb 19, 2015 at 4:09 PM, Richard Lee wrote: > The json serde creates a Map The Map.toString() method > simply recursively prints out the keys and values in the format {key=value, > …}. I think your json st

Re: Deserializing issue

2015-02-19 Thread Richard Lee
The json serde creates a Map The Map.toString() method simply recursively prints out the keys and values in the format {key=value, …}. I think your json structure is fine… it’s just in the Map. Richard > On Feb 19, 2015, at 4:00 PM, Shekar Tippur wrote: > > Hello, > > As I am trying to exten