On Wed, Mar 5, 2008 at 11:25 AM, Doug Steigerwald <[EMAIL PROTECTED]> wrote: > If you don't add the json.nl=map to your params, then you can't eval() what > you get back in Ruby > ("can't convert String into Integer").
Can you show what the problematic ruby output is? json.nl=map isn't the default because some things need to be ordered, and eval of a map in python & ruby looses that order. -Yonik