[web2py] Re: json error when trying mongo slice

2014-02-06 Thread greaneym
thanks, this works well. I should have tried that. This is a nice application. On Thursday, February 6, 2014 5:47:27 AM UTC-6, Alan Etkin wrote: > > this kind of entry: >> { u'counter':3, u'now':'2014:05-02 13:00:00' ) >> >> the web2py manual shows this kind of entry: >> { 'counter':3, 'now':'201

[web2py] Re: json error when trying mongo slice

2014-02-06 Thread Alan Etkin
> > this kind of entry: > { u'counter':3, u'now':'2014:05-02 13:00:00' ) > > the web2py manual shows this kind of entry: > { 'counter':3, 'now':'2014:05-02 13:00:00' ) > Currently the json validator accepts only legal json, meaning you have to enclose strings in double quotes (altough it automat