in reply to perl dancer route recive array of json via xmlhttp request

Since arrays are objects in Javascript, wouldn't this get stringed to what you're indicating? You're not POSTing an array of HTML inputs to get parsed by the script, you're POSTing a single javascript object.
  • Comment on Re: perl dancer route recive array of json via xmlhttp request