...
[13:05:17 CST(-0600)] <TonyUnicon> do you know a good breakpoint where I can see the response JSON?
[13:07:20 CST(-0600)] <dmccallum54> um
[13:07:47 CST(-0600)] <dmccallum54> i would probably start with MappingJacksonHttpMessageConverter#writeInternal
[13:07:52 CST(-0600)] <dmccallum54> or… better yet… chrome dev tools
[13:09:03 CST(-0600)] <dmccallum54> (and yes, i believe it's just mapping java property names to json field names http://wiki.fasterxml.com/JacksonFAQ#Data_Binding.2C_general )
[13:15:27 CST(-0600)] <TonyUnicon> thanks that should be enough to keep me rolling