From: Dave Thomas Date: 2008-09-24T21:54:02+09:00 Subject: Re: ANTLR Target for Ruby On Sep 24, 2008, at 7:23 AM, Eric Mahurin wrote: > Wincent, do you happen to have something in Walrus that parses JSON > and > generates ruby (tree of hashs and arrays)? I've benchmarked a bunch > of > parser generators out there using JSON and would always like to add > more. Have you tried the JSON parser one built in to 1.9? It's a native extension, but I don't know how its performance compares with other JSON parsers. Dave