in reply to Re^2: loop through JSON data with Perl
in thread loop through JSON data with Perl

Yeah, I tried this. It doesn't work :/

What exactly? How do I post a question effectively?

I see the posted JSON isn't well formed JSON (its valid javascript, but not valid JSON)

Replies are listed 'Best First'.
Re^4: loop through JSON data with Perl
by srchulo (Sexton) on Oct 02, 2011 at 22:29 UTC
    Hmmm...now that I am looking that more closely it isn't well-formed JSON. I believe that is the issue. Thank you.
      The way I discovered is, $json->decode died with '"' expected, at character offset 10 (before "name: "a",\n    valu...") and quick check with http://json.org confirmed it :)