On Jul 14, 2012, at 7:45 PM, Marvin Humphrey wrote: > Our JSON parser is powered by the Lemon parser generator[1], with the grammar > file in core/Lucy/Util/Json/JsonParser.y. As formal grammars are the topic of > this week's book club, I thought it might be a good time to hack on it a bit.
How compliant is it? Is this something we ought to consider breaking out into a separate library? I could use a good C-based JSON parser at times… David
