in reply to Re^2: Non JSON.pm solution for JSON (jfdi)
in thread Non JSON.pm solution for JSON

And I bet you didn't read the source code. On my way over to see it, I found that there are at least 3 files of it. Maybe there's a core of useful stuff that you can find in 10 minutes and throw the rest away (I found plenty to be thrown away before I stopped reading). Then you can upload to CPAN. :)

- tye        

  • Comment on Re^3: Non JSON.pm solution for JSON (jfdi)

Replies are listed 'Best First'.
Re^4: Non JSON.pm solution for JSON (jfdi)
by Anonymous Monk on Feb 29, 2012 at 00:12 UTC

    And I bet you didn't read the source code...

    You lose, I did read it. Reads like Regexp::Grammar (or recdescent) with some simple Class declaration . I wouldn't be tempted to throw stuff away or upload to cpan :)