Share

Updated: May 23rd, 2009

10 Responses to “Parsing JSON In Perl By Example – SouthParkStudios.com South Park Episodes”

    9 Comments:
  1. kingpin says:

    Well done .. this tutorial was really handy

  2. jnlawton says:

    With all due respect, this is a trivial example. The JSON structure didn't have any embedded objects or even an array. Did you even need a JSON parser for this? Nope… RegExp's would have been fine.

    jl

  3. @dilino
    Well, if we want to get technical, then you need all these: http://deps.cpantesters.org/?module=WWW::Mechanize;perl=latest but they should be installed automatically when you install WWW::Mechanize.

    @jnlawton
    Indeed, you're right, it wasn't a very complicated example (though 'episode' is actually an array, isn't it?). The purpose was to introduce the usage of the JSON module.

  4. Farhan says:

    Hi there,

    I appreciate the concise example you've provided. I was looking for a way to get something done in JSON quickly, and this looks like the ticket.

    Thanks so much, and keep it up.

    Farhan

  5. South Park says:

    This was really useful to me. I'm still new to JSON though so i guess it'll take some getting used to. Thanks though buddy!

    P.S Also a massive fan of south park, props! ;)

  6. an essay says:

    Hey its a marvelous post. Wish You sucess.

  7. South Park says:

    Finally got the hang of this, works a treat thank you so much artem!

  8. Ventrilo Servers says:

    This is extremely useful! Thank you. South Park is awesome also so it's a great example. =)

  9. 1 Ping:
  10. [...] For those inclined, here's the perl script I used to query the API. It borrows heavily from this example. [...]

Leave a Reply

Connect with Facebook