Re: [pylons-devel] Using Colander to go from Python object to JSON

2016-11-29 Thread Alex Kessinger
Thanks On Monday, November 28, 2016 at 2:44:25 PM UTC-7, Michael Merickel wrote: > > Colander is not suitable for serializing to json - its cstruct format is > always strings. In my experience the only use of colander's serialization > is for use with deform - however it's great for deserializin

Re: [pylons-devel] Using Colander to go from Python object to JSON

2016-11-28 Thread Michael Merickel
Colander is not suitable for serializing to json - its cstruct format is always strings. In my experience the only use of colander's serialization is for use with deform - however it's great for deserializing json to an appstruct. It's been a common complaint over the years but nothing much has bee