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

Assuming JSON::Tiny is sound and works in rakudo, I bet it'd take you 10min to translate it to perl5 :)
  • Comment on Re^2: Non JSON.pm solution for JSON (jfdi)

Replies are listed 'Best First'.
Re^3: Non JSON.pm solution for JSON (jfdi)
by tye (Sage) on Feb 28, 2012 at 23:56 UTC

    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        

      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 :)