in reply to How can I convert this raw data to a hash?

G'day SergioQ,

Your "raw data" is JSON. Take a look at JSON. If you also have JSON::XS installed it will run faster.

What you want to do should be fairly straightforward from the example code in the SYNOPSIS.

— Ken

  • Comment on Re: How can I convert this raw data to a hash?