On Mon, Aug 4, 2014 at 9:15 AM, Mikael Ståldal < [email protected]> wrote:
> As far as I can see from testing and inspecting the code, the JSONLayout > does never output any comma (,) between the events. > > Shouldn't it do so when complete="true" in order to generate a well-formed > JSON document? > Yeah, that's probably what it should do... the idea is that a complete well-formed document is generated, at least that was the idea for the XML layout. I think we have unit tests for complete XML layouts... but it sounds like we do not for JSON... Gary > > -- > Mikael Ståldal > Chief Software Architect > *Appear* > Phone: +46 8 545 91 572 > Email: [email protected] > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
