Is row = getRow() send(JSON.stringify(row)); the best way to just pass the json through to the browser? It gets a little messy with the commas, but is no big deal.
And, what is the best way to pass data from the url to a list function? I am trying to use the list as a secondary filter. So I am looking for something that will be ignored by the view (or possibly seen and then embedded in the emit ... nah, probably not.) or perhaps an array that has an extra value that the view doesn't need but that can be seen by the list. Thanks, George
