do you know offhand then whether C# has a library to parse JSON or Yaml to C# variables?
On Dec 30, 9:15 am, Marnen Laibow-Koser <[email protected]> wrote: > greghauptmann wrote: > > Hi, > > > I need to pass (via string content of a HTTP request/response body) > > name value pairs of data (like a hash) back from a Ruby on Rails > > server to a C# client. > > > Anyone happen to know offhand what would be the best format to do this > > in? Probably XML I would guess? > > No, XML is a bit too heavy. I'd usually advise JSON or Yaml. > > > > > tks > > > -- > > > You received this message because you are subscribed to the Google > > Groups "Ruby on Rails: Talk" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > [email protected] > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

