in reply to
Fastest XML Parser ?
If your JSON is a straight translation from XML (and maybe if it isn't), you probably don't need to build a tree, so you could save yourself some time by using a
SAX
interface.
Comment on
Re: Fastest XML Parser ?
In Section
Seekers of Perl Wisdom