Since my mechanism for detecting LPeg version compatibility is broken by the 0.10 release, I needed to release a major bugfix to all of my stable releases. I did a naive decimal version comparison that made the code fall back to pre-0.9 LPeg code... I changed to using object detection for the features that I was using from 0.9 (notably lpeg.Cg, lpeg.Cf, and lpeg.Ct to process JSON objects). New releases are out and tested (with LPeg versions 0.6-0.10), Rocks soon to be posted: 1.2.1 - http://luaforge.net/frs/shownotes.php?release_id=1737 1.1.2 - http://luaforge.net/frs/shownotes.php?release_id=1738 1.0.3 - http://luaforge.net/frs/shownotes.php?release_id=1739 -- Thomas Harning Jr.