On Tue, May 11, 2010 at 2:31 PM, Mike Keen <[email protected]> wrote:
> I guess I'm confused as to why JavaScript is ever even involved when > writing views in Erlang. Excuse my ignorance, but does all JSON go through > it? > > Mike > > read all the comments to that bug report, it is the JSON parser that conforms to the limitations of JavaScript. And everything goes thru the JSON parser. -- Jarrod Roberson
