I am re-inventing the wheel for my own education. The fact that this is a JSON parser is almost secondary to that motivation. The only thing missing from the CPAN madule is the fact that I didn't write it.
As I wrote the piece, I found all sorts of questions pop up; some were about speed, some logic, some about what makes sense in code like this.
I wonder if you might have a thought or two about one of my questions...
Thanks :)
Comment on Re^2: Json script: logic, circular reference, regex with quantifiers, wierd effects of true false null.