Re: JSONResult with an Iteratable...

2014-09-04 Thread Peter Björkman
Thanks Lukasz, probably the easiest way! Regards Peter On Thu, Sep 4, 2014 at 1:31 PM, Lukasz Lenart wrote: > 2014-09-04 12:04 GMT+02:00 Peter Björkman : > > Hi! I have question about how JSONResult (or specifically JSONWriter) > > handles Iteratable objects. It treats them as having no other

Re: JSONResult with an Iteratable...

2014-09-04 Thread Lukasz Lenart
2014-09-04 12:04 GMT+02:00 Peter Björkman : > Hi! I have question about how JSONResult (or specifically JSONWriter) > handles Iteratable objects. It treats them as having no other methods than > containing other objects. But most Iteratable objects have more to them > than that, but those methods a

JSONResult with an Iteratable...

2014-09-04 Thread Peter Björkman
Hi! I have question about how JSONResult (or specifically JSONWriter) handles Iteratable objects. It treats them as having no other methods than containing other objects. But most Iteratable objects have more to them than that, but those methods are impossible to output as JSON. In JSONWriter.proc